Open pgupta119 opened 2 years ago
Read the README.md. And DATASET.md. You'll end up running something like python tools/run_net.py \ --cfg configs/Kinetics/TimeSformer_divST_8x32_224.yaml \
Make a .yaml config file and be sure to specify finetuning and the number of classes/batch size/num GPU
Hi Team, I am using the driving dataset to understanding road behavior. I would like to train the transformer with the predefine class such as ['left turn', 'right turn', 'U turn']. Then I would like to test my data on the Timesformer. I would like to know how to train the timesformer.