You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, if I understand correctly, the yolov4.weights.7z.001 is a part of a
compressed file, which can not be used directly as the weight file.
Regards,
Vincent X. Gong
On Thu, Sep 3, 2020 at 1:41 AM ALHASAN ALSHAEBI ***@***.***> wrote:
!./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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSXEI6STF2MPNE25ASD5STSD3J3FANCNFSM4QT64Q7A>
.
!./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.
The text was updated successfully, but these errors were encountered: