lrhjw
lrhjw
have you solve this problem? i meet same error please tell me
@sudonto I can create the json file ,so i think my path of jpg is true
my file like this: root_path/data/ jpg/ action1/ action2/ ucf101_01.json and my code to trian is: python main.py --root_path /home/zc/coode/3D-ResNets-PyTorch --video_path data/jpg --annotation_path data/ucf101_01.json --result_path results --dataset ucf101 --model resnet --model_depth...
@sudonto thank you i will try
> I have trained the model by training part, but how to use this trained model in prediction part? have you finished this problem? i meet the same problem
i solve this problem,when you use the predict_c3d_ucf101.py ,you can use .data.... as model
> Thank you for your share, I use that in the windows system ,and I can't understand the program with .sh . I want an example with the train.list and...