Closed BKHMSI closed 6 years ago
@BKHMSI Have you solve this problem? I also got this problem. I use the video clips in different classes, but most of them are predicted to the same label. @qijiezhao Could you provide the preprocessing code if you don't mind?
@SampsonKwan sadly I still wasn't able to solve the problem, please update here if you reached anything
https://github.com/qijiezhao/pseudo-3d-pytorch/issues/11 If you directly use the weight,you may get the wrong answer.This is because the caffe model is different from the pytorch model.So you can finetune it on your own dataset,and then when you test it,it's ok.
@zzy123abc Thank you for the clarification
@BKHMSI @SampsonKwan please have a check of the updated code. For another, the new weights will be provided later.
@qijiezhao I am using the RGB pre-trained model you provided
p3d_rgb_199.checkpoint.pth.tar
, but it's giving me wrong results for my input frames. I even tried testing it on a video from the training set of the Kinetics dataset, but it got also a wrong label. I am preprocessing the data as can be seen below, and I am using the labels in ascending order.For instance, I tried a video of a person playing tennis and got those as my top 5 results with their corresponding scores:
Can you please confirm that the pre-trained model you provided is valid?