You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm preparing the AVA dataset for training the SlowFast network, and the step that runs denseflow seems to be running incredibly slow. Here's a snippet from the output of bash extract_frames.sh:
(One additional comment/question, are the optical flow images actually necessary for SlowFast? Generating the RGB images appears to be required, but could I skip the step of generating flow output?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm preparing the AVA dataset for training the SlowFast network, and the step that runs denseflow seems to be running incredibly slow. Here's a snippet from the output of
bash extract_frames.sh
:We're running a GeForce RTX 2080 SUPER with 8GB of memory. Our CUDA version is 11.4.
Are 2 FPS normal for denseflow? Any advice on how to speed this up?
And FWIW, the step that extracts RGB frames seems to be running very quickly. Here's another snippet from the log file:
Thanks for your help!
(One additional comment/question, are the optical flow images actually necessary for SlowFast? Generating the RGB images appears to be required, but could I skip the step of generating flow output?)
Beta Was this translation helpful? Give feedback.
All reactions