Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide yolov4-tiny-obj.cfg #3

Open
sriks6711 opened this issue Oct 15, 2023 · 1 comment
Open

Please provide yolov4-tiny-obj.cfg #3

sriks6711 opened this issue Oct 15, 2023 · 1 comment

Comments

@sriks6711
Copy link

@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/...

@mayank-xinthe
Copy link

mayank-xinthe commented Apr 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants