You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used python script to generate three json files of UCF101, they are ucf101_01.json,ucf101_01.json,ucf101_03.json
I run the main function to train resnet
python main.py --root_path ./data --video_path ucf101_jpg/ --annotation_path ucf101_json/ucf101_01.json
--result_path results --dataset ucf101 --n_classes 101 --model resnet --model_depth 50 --batch_size 64
--n_threads 4 --checkpoint 5
I want to know when ucf101_02.json and ucf101_03.json should be used,thank you very much!!!
The text was updated successfully, but these errors were encountered:
I used python script to generate three json files of UCF101, they are ucf101_01.json,ucf101_01.json,ucf101_03.json
I run the main function to train resnet
python main.py --root_path ./data --video_path ucf101_jpg/ --annotation_path ucf101_json/ucf101_01.json
--result_path results --dataset ucf101 --n_classes 101 --model resnet --model_depth 50 --batch_size 64
--n_threads 4 --checkpoint 5
I want to know when ucf101_02.json and ucf101_03.json should be used,thank you very much!!!
The text was updated successfully, but these errors were encountered: