Sense-X / UniFormer

[ICLR2022] official implementation of UniFormer
Apache License 2.0
812 stars 111 forks source link

About training on my own dataset for video classification #134

Open ChosenOne23 opened 4 months ago

ChosenOne23 commented 4 months ago

Firstly, thanks for your excellent work. But I am wondering how to train uniformer on my own video dataset. Can you give me some key steps like how to construct dataset and how to train or key files that need to understand?

Andy1621 commented 4 months ago

You can refer to kinetics to learn how to build the dataset, and uniformer to learn how to build the model.