vincentgong7 / VG_AlexeyAB_darknet

A forked AlexeyAB Darknet repo with extra convenient functions.

Home Page:https://darknet.gong.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfg file mismatch

alsheabi opened this issue · comments

!./darknet detector batch cfg/coco.data cfg/yolov4.cfg weights/yolov4.weights io_folder sample_imgs/ output/ -out output/result.json -ext_output > output/result.txt

this code works but when I change weight to weights/yolov4.weights.7z.001 Does not work, Which cfg file work with this weight such as yolov4.cfg >> yolov4.weights and yolov4.tiny.cfg >>yolov4.tiny.weights and so an.