argos-back for argos-front
- Ubuntu 16.04+
- Python2 & 3
- FFmpeg
- OpenCV
- Caffe (custom)
- SpindleNet pre-trained model
- django
- tensorflow
- numpy
- scikit-image
- scikit-video
and more libraries..
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!
)
...