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
@achen353 - Please provide the 'yolov4-tiny-obj.cfg' so as to run the command [1] successfully. I checked the cfg/ folder and also search the whole repository but could not locate it.
Below are the changes that we have made for successful execution.
Few Modifications we have Made:
A. In File cfg/yolov4-tiny-custom.cfg:
1. Replace filters=255 to filters=27 at line 212 and 263
2. Replace classes=80 to classes=4 at line 218 and 267
B. In File cfg/coco.data:
1. Replace classes= 80 to classes= 4 at line 1
C. In File data/coco.names:
Replace the file contents as below:
vehicle
scooter
pedestrian
bicycle
After above modifications are made, ececute the below command:
./darknet detector demo cfg/coco.data cfg/yolov4-tiny-custom.cfg backup/yolov4-tiny-obj_best.weights sample_input video eg: ABC.mp4
@achen353 - Please provide the 'yolov4-tiny-obj.cfg' so as to run the command [1] successfully. I checked the cfg/ folder and also search the whole repository but could not locate it.
[1] $./darknet detector demo data/obj.data cfg/yolov4-tiny-obj.cfg yolov4-tiny-obj_best.weights sample_videos/...
The text was updated successfully, but these errors were encountered: