hmq1812 / food-detection

Using YOLOv3 Food Detection model by Keras or OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-trained weights

Pre-trained weights can be downloaded here

Put pretrain models in *.h5 format in yolov3-keras/model_data and modify the path in yolo.py to use Keras implementation or put pretrain models in *weights format in yolov3-opencv/model_data and modify config.py to use with OpenCV

About

Using YOLOv3 Food Detection model by Keras or OpenCV


Languages

Language:Python 100.0%