amazon-science / video-contrastive-learning

Video Contrastive Learning with Global Context, ICCVW 2021
Apache License 2.0
156 stars 16 forks source link

Pretrain the model on UCF101 #11

Open wangll1212 opened 2 years ago

wangll1212 commented 2 years ago

Hi, I pretrained the model on UCF101, and the linear evaluation on UCF101 is 74.0946%.

1

But the result of the pretrained model you provided is 59.8731%.

2

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?

bryanyzhu commented 2 years ago

@KuangHaofei Can you help to look into this? Thank you.

KuangHaofei commented 2 years ago

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?

wangll1212 commented 2 years ago

I used the split_1 for pretraining the model.

KuangHaofei commented 2 years ago

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!

wangll1212 commented 2 years ago

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!