yaorong0921

Results 37 comments of yaorong0921

Hi @ae208gpu , 1. For the gif file, I run the inference to get the prediction and then establish the gif. 2. Could you please check whether the dataloader works?...

Hi @ae208gpu, what error did you receive regarding the image size? I have not encountered such an error.

Hi, the link to the drive now is updated and you may download our trained weights from the drive. If you still cannot have the access to it, pls let...

Hi, to evaluate it the trained model, you can add two args in the "run-3DResnet.sh": --resume_path /path_to_model/save_best_3DResNet50.pth --no_train I hope it helps you. Best,

Hi, 1. could you show your error? 2. By performance, do you mean to give a single video and then show the predicted action? Once you have trained two branches...

Hi, please add a new file named "opts.json" and try to run the code. Best,

Hallo, did you use your own annotation files (.csv) files? You could check whether the video_names[i] provides the item like " rchange/20141220_162850_1165_1315/". Best, Am Do., 1. Apr. 2021 um 11:13...

Hi, 1. I think you generated the files in the windows system. Pls replace the '\' by '/' and see whether it works. 2. Once you have trained two branches...

It seems that you did not read any video inputs. Pls check your dataloader e.g. len(train_data) that you have input data. Am Fr., 9. Apr. 2021 um 14:57 Uhr schrieb...

If you load the pretrained model "resnet-50-kinetics", there will be a message printed out. Pls be careful about all the path when you load in, since os.path.join() behaves not equally...