gurkirt / realtime-action-detection

This repository host the code for real-time action detection paper
Other
319 stars 97 forks source link

How much space is needed? #12

Closed jack99541008 closed 6 years ago

jack99541008 commented 6 years ago

Hi. How much space is needed to run test-ucf24.py ? Is it 3TB enough?

gurkirt commented 6 years ago

yeah, should be more than enough!

jack99541008 commented 6 years ago

Thanks. and...

  1. How to visualize the result of action tube (result video)?
  2. Is it necessary to use brox-folder? ,could I only use rgb-folder to run your code?
gurkirt commented 6 years ago
  1. check 'matlab-online-display' for display and it is mentioned in readme.md
  2. No, it is up to you. If you want to reproduce the result in the paper then you would need brox otherwise you can just play with RGB. Please walk through readme and train-ucf24.py and test-ucf24.py