dzzp / argos-back

argos-back for argos-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARGOS-BACK

argos-back for argos-front

Environments

Requirements

NEED TO CHECK DETAILS

  • django
  • tensorflow
  • numpy
  • scikit-image
  • scikit-video

and more libraries..

Object detection model

You need to download a object detection model from here

object_detection/main.py

...
MODEL_NAME = os.path.join(
    settings.BASE_DIR,
    'object_detection/faster_rcnn_resnet101_coco_2017_11_08',    # HERE!
)
...

API Documentation

HERE

About

argos-back for argos-front


Languages

Language:Python 99.4%Language:Jupyter Notebook 0.6%Language:Makefile 0.0%Language:Shell 0.0%