Es müssen zum Ausführen des Programmes noch folgende Dateien heruntergeladen werden:
I: yolov3.cfg https://github.com/pjreddie/darknet/blob/master/cfg/yolov3.cfg
II: yolov3.weights https://pjreddie.com/media/files/yolov3.weights
III: coco.names https://github.com/pjreddie/darknet/blob/master/data/coco.names
Dasselbe gilt für die Version, wo ich das tiny-Netz verwendet habe. Dort müssen noch heruntergeladen werden:
I: yolov3-tiny.cfg https://github.com/pjreddie/darknet/blob/master/cfg/yolov3-tiny.cfg
II: yolov3-tiny.weights wget https://pjreddie.com/media/files/yolov3-tiny.weights
Alle Dateien findest Du auf Github.