tridivb / slowfast_feature_extractor

Feature Extractor module for videos using the PySlowFast framework
MIT License
77 stars 24 forks source link

Can I extract video feature based on 1FPS video frames? #13

Closed starsholic closed 4 years ago

starsholic commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps you followed while encountering the bug

Expected behavior A clear and concise description of what you expected to happen. For some reasons, I can't get raw video for feature extraction, only get 1FPS frames of the video. Could I extract the video feature based on these 1FPS frames?

Screenshots/Code Output If applicable, add screenshots or code output to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

tridivb commented 4 years ago

Hi, Thank you for the question. Do you mean sampling 1 frame every second for processing? Yes, just set the OUT_FPS config parameter to 1.