microsoft / VideoX

VideoX: a collection of video cross-modal models
Other
966 stars 160 forks source link

train accuracy exists problem. #80

Closed starsun-z closed 1 year ago

starsun-z commented 1 year ago

There is a problem of train accuracy. The accuracy always remains unchanged. I used UCF-101 for zero-shot and 10 classes for test in val.txt. So I want to know how you set it and how to set the super parameters.

THANKS.

nbl97 commented 1 year ago

The detailed hyperparameters of all settings are listed in the supplementary material (Tab. 1). For zero-shot test on UCF-101, we first train the model on Kinetics-400 to learn to capture temporal information and then test the model on UCF-101. We use the official test files that can be downloaded easily from the official website. If your custom test set contains only 10 classes, you may need to tune the hyperparameters slightly.

starsun-z commented 1 year ago

Would it be convenient for you to talk about your test class?Or which splits of UCF-101 you directly use?