facebookresearch / SlowFast

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
Apache License 2.0
6.59k stars 1.21k forks source link

question about using my own dataset #366

Open LevShechter opened 3 years ago

LevShechter commented 3 years ago

Hello, I tried to run the project on my own video dataset. I couldn't figure out how to organize the path to the data and the csv file, and also I would like to understand what should be the configuration that will be best fit. right now I get an error because the value of 'num_samples' in TrainMeter class is zero. It will be really helpful if u could help, Thank u!!

ZainZhao commented 3 years ago

HI, I also want to know that how to organize the path to the data and the csv file?