Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

dzzp/argos-back

Repository files navigation

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