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

YOLOv4-tiny cannot generate results for video detection. #2641

Open
Maayowa opened this issue May 7, 2024 · 0 comments
Open

YOLOv4-tiny cannot generate results for video detection. #2641

Maayowa opened this issue May 7, 2024 · 0 comments

Comments

@Maayowa
Copy link

Maayowa commented May 7, 2024

I have trained and tested the YOLOv4-tiny Darknet model on Google Colab with no issues. Now I am trying to move the model to an HPC platform. The model trains well on a custom dataset on the HPC and can detect objects in images when tested. However, whenever I try detection for videos, the model freezes after displaying model architecture information. Below is a screenshot of the model progress. Nothing happens

The command I am using:

./darknet detector demo data/obj.data cfg/custom-yolov4-tiny-detector.cfg backup/custom-yolov4-tiny-detector_final.weights -ext_output vidtest.mp4 -i 0 -out_filename results/outvids.mp4 -dont_show

image

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

1 participant