-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug: get_video_frames_generator
does not produce any frames.
#1345
Comments
get_video_frames_generator
does not produce any frames.
Confirming the bug where no frames are produced by I'll look into it, I have a hunch it's something I've dealt with on a camera I had. |
@LinasKo Did you find any solution for this issue? |
Yes, give me 10 min. |
Hi @likith1908, Try this: Tell me if it does not fix your problem. Meanwhile, may I use your videos in our tests in the future? |
We'd appreciate some help from the community! There's some code to run a super-simple test on your videos. If you have the time, please check out my comment in the PR |
Hi @LinasKo pip install is taking too long, I don't think I have access to the link you have provided->attached image! Can you check if the repo/folder contents are public? Sure! will keep the issue open and you can use my videos for future tests! Thanks |
This should not be reachable as a normal URL - it's only for |
Ok let me try again and I'll let you know if that works! Just to know, how long it might take according to you @LinasKo ? Thanks |
It took me 2 minutes with fast internet, but I have many packages cached on my system. I'd leave it for 15min or so the first time. |
Hi @LinasKo, do you need any help in this? I can help. |
Sure @Bhavay-2001 The majority of the work is done, but it would be useful to test on a range of different videos. Check out the PR - I left the instructions and one example response there |
Sure, will check it out and test it. |
@LinasKo It's working now! I am able to see the frames processing!! Thanks |
Fantastic to hear that @likith1908! 🔥 I'm closing this issue. |
Sure! |
Foreword by @LinasKo:
We'd appreciate some help from the community! There's some code to run a super-simple test on your videos. If you have the time, please check out my comment in the PR
@likith1908:
So as of now my feed was at a resolution of 2868 x 1104 for which it works good enough but i have changed my feed to 3072 x 1080 now it doesn't process the frames. I have debugged by using a bunch of print statements, the program exits after initialising the
byte_track
my source_video : https://drive.google.com/file/d/1FLE-YKUBQa70XBM3e2wsecp0cT0nwzur/view?usp=drive_link
token.pt : https://drive.google.com/file/d/1vkj-Wax7PzfHsNCnmcqmEWXxKkstoAUp/view?usp=drive_link
MyCode
Output
Can you help me with this issue? @LinasKo @skylargivens @iurisilvio @sberan Can you suggest a way?
Thanks
Likith
Originally posted by @likith1908 in #1344 (reply in thread)
The text was updated successfully, but these errors were encountered: