ZoneMinder / mlapi

An easy to use/extend object recognition API you can locally install. Python+Flask. Also works with ZMES!
Other
58 stars 35 forks source link

missing yolov3_classes.txt #28

Closed mfauvain closed 3 years ago

mfauvain commented 3 years ago

Hi, just updated the mlapi server and for some reason had this file yolov3_classes.txt missing in the yolov3 folder. Found it somewhere googling it and added it. now works perfect. Not sure if I missed a step on my side (did install requirements.txt and getmodels.sh), reporting it just in case.

pliablepixels commented 3 years ago

yolov3_classes.txt was used in an older release. The new file is called coco.names. If your install requires yolov3_classes.txt it would be an old version.

pliablepixels commented 3 years ago

Ah, found the issue. The default value is yolov3_classes.txt