models
models copied to clipboard
How to store dataset?
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?