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

Darknet on Video using Python #1544

Closed
mdv3101 opened this issue Sep 5, 2018 · 4 comments
Closed

Darknet on Video using Python #1544

mdv3101 opened this issue Sep 5, 2018 · 4 comments
Labels
want enhancement Want to improve accuracy, speed or functionality

Comments

@mdv3101
Copy link

mdv3101 commented Sep 5, 2018

I want to use darknet.py file on a video. But the problem is, it is only accepting a single image at a time. Is there any method by which we can implement it, without loosing the speed.
I have build darknet_no_gpu.sln
PS: I also tried #955 the solution listed in it, but it is not showing bounding boxes or any detection of objects.

@AlexeyAB AlexeyAB added the want enhancement Want to improve accuracy, speed or functionality label Sep 5, 2018
@mdv3101
Copy link
Author

mdv3101 commented Sep 21, 2018

Hi,
I manage to solve it. Check my forked script.
Darknet_video.py

@WefPok
Copy link

WefPok commented Feb 16, 2019

@mdv3101 Hi! how did you solved it? trying to solve this problem for a week.....

@mnalam30
Copy link

@mdv3101 Can you show the full code of your Darknet_video.py?
Page not found on your repo.

Hi,
I manage to solve it. Check my forked script.
Darknet_video.py

@mdv3101
Copy link
Author

mdv3101 commented Mar 29, 2019

@WefPok @mnalam30 Beacuse of some policy issues, i have to remove the file from my repo. Sorry for that.
You can find the code in the main repo of AlexeyAB. here is the link.
https://github.com/AlexeyAB/darknet/blob/master/darknet_video.py

Hope it would be helpful.

@mdv3101 mdv3101 closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
want enhancement Want to improve accuracy, speed or functionality
Projects
None yet
Development

No branches or pull requests

4 participants