-
Notifications
You must be signed in to change notification settings - Fork 97
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
"Detect missing frame + Warning: the value is empty for raft" ERROR when extraction_fps=1 #91
Comments
Hi, could you attach the video file? |
WPR8G.mp4sample videos are here name: WPR8G.mp4 |
Sorry for the late response but have you tried to use a smaller I tried to reproduce this problem on google colab but I couldn't. Could you try as well? https://colab.research.google.com/drive/18I95Rn1B3a2ISfD9b-o4o93m3XuHbcIY?usp=sharing |
For extra information)
antlr4-python3-runtime @ file:///home/conda/feedstock_root/build_artifacts/antlr-python-runtime-meta_1638309185939/work |
does it work with the provided conda environment? If not, one option could be to use a docker environment (or a singularity container if docker is not allowed) What might be the problem? I think you need to check which ffmpeg -i original.mp4 -filter:v fps=fps=1 original_1fps.mp4 and check the video. |
Also Tried at docker env before.. but same error occurs...)
Result Video WPR8G_1fps.mp4
Saving features to ./output/raft |
Hi, first of all, thank you for sharing your amazing work!
I am trying to extract optical features for Charades-sta dataset with command
(never mind for video_paths the reason for new_fps video's are there is that i've tested if this was problem of re-encoding. neither raw video or re-encoded videos occur same problem)
With the command, I could get 1fps re-encoded video. But when extracting features,
happens like this
and the features extraceted are all blank.
Is there any way to solve this problem?
Thank you in advance!
The text was updated successfully, but these errors were encountered: