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

Ran out of frames during seek. #38

Open
longweiwei opened this issue Nov 14, 2019 · 2 comments
Open

Ran out of frames during seek. #38

longweiwei opened this issue Nov 14, 2019 · 2 comments

Comments

@longweiwei
Copy link

longweiwei commented Nov 14, 2019

hi @dukebw
when i use lintel to extact frames from video ,it always arise Ran out of frames during seek.
What does this message mean and whether an error has occurred! and after reading some video ,the program exited abnormally as follows:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

@Pony23333
Copy link

Pony23333 commented Jan 8, 2020

Met the same issue. And there is another kind of issue: "Ran out of frames. Looping". However, it does not currupt but gives a well performance on dataset UCF-101 (I test it with this). The number of frames I set is 16, which should be OK for UCF-101.


Edit on Jan 10
OK I did several experiments and found when the number of frames exceed the total frames in the video, "Ran out of frames. Looping" will happen, which make sense.

@tusharsangam
Copy link

This library is life saver dude, our cluster has a really bad file i/o right now, so I cached the binary videos in memory & used lintel to decompress on the fly, I commented on the print statement "Ran out of frames during seek." in C code that worked suppress the constant the error message. No effect on decompressed videos, verified by plotting. Brought down the training time from 1-2 weeks to 1 day

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

3 participants