models icon indicating copy to clipboard operation
models copied to clipboard

How to store dataset?

Open emi-wada opened this issue 2 years ago • 0 comments

problem

I am researching movinet for an official model . When I run quantize_movinet.py, I get an error that the dataset does not exist.

what I have done

I downloaded kinetics 600 myself and set the path there.

Contents of kinetics 600 data folder: Create a folder for each class and put video data (mp4) in the class folder.

It did not work well. So, I changed it as follows

Contents of kinetics 600 data folder: Directly store video data (mp4).

Still does not work. How should I store the data? Also, where should I put the csv and json files?

emi-wada avatar Jan 12 '23 07:01 emi-wada