video-contrastive-learning
video-contrastive-learning copied to clipboard
Pretrain the model on UCF101
Hi, I pretrained the model on UCF101, and the linear evaluation on UCF101 is 74.0946%.
But the result of the pretrained model you provided is 59.8731%.
I just modified the code of the data loading part, and the other settings have not been changed. Do you have any changes to the settings when you pretrain the model on UCF101?
@KuangHaofei Can you help to look into this? Thank you.
Sorry! I am trying to recall the details about the UCF101 pretraining.
Because the experiment of UCF101 pretraining is used for a fair comparison with other methods for video retrieval, I didn't pay much attention to it such that I could not find the logs related to the pretraining now. So sorry for that!
Whatever got a higher performance is always good news! But I have a question here, which split of UCF101 dataset is used for your pretraining?
I used the split_1 for pretraining the model.
OK, it should be the same as us. Did you prepare the UCF101 dataset as shown in the PREPARE_DATA.md?
If you follow the tutorials to get the dataset and use split_1, you would use the same data with us. I cannot recall the specific pretraining setups, sorry for that! But I think you can trust your results if you get higher performance, and go ahead with your project.
We will try to redo the experiment! And you can keep the issue open until we make sure there are no problems!
Thanks!
Yes, I prepared the UCF101 dataset as shown in the PREPARE_DATA.md. Thank you very much for your reply and look forward to your results!