chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
500 stars 126 forks source link

What does it need to support kinetics dataset? #53

Closed Esaada closed 5 years ago

Esaada commented 5 years ago

Hi, I saw that this repo is not supporting kinetics, and I wonder if you may help me understand what's missing? Changes needed:

  1. I saw that there is no reencode.sh script for kinetics - will do.
  2. Does data_loader.c need to be changed? 3.Does Dataset.py needs to be changed?

Anything else? Thanks!

chaoyuaw commented 5 years ago

Hi, I think what we need is a reencode.sh to re-encode kinetics into the mpeg4 format we support. I don't think we need to change any c++ code. We'll also need to create a list under data/datalists/ for kinetics. And it seems the current dataset.py might not need additional changes (at least no big changes) to support Kinetics.

Esaada commented 5 years ago

That's great news, Thanks