mmaction2
mmaction2 copied to clipboard
ImageNet-1K models
I noticed that in this Github repo you have uploaded the TimeSformer model pre-trained on ImageNet-21K,
Could you please update/send the TimeSformer model pre-trained on ImageNet-1K?
Or else as mentioned in your repo in point 3,
Could you point me to the conversion code which converts the model from (https://github.com/google-research/vision_transformer) to vit_base_patch16_224.pth?
It would be very helpful.
Hi, @congee524 , can you find the scripts for converting the model from (https://github.com/google-research/vision_transformer)?
Sorry, I cannot find the script. Maybe you can print the keys of the original model and the converted model, and then compare the difference. The key value should not change much (add and change prefix).
OK Thanks, @congee524, I will look into it. By any chance do you have the TimeSformer model pre-trained on ImageNet-1K??
Hi @owaisCS , I have same question. Did you convert other models from https://github.com/google-research/vision_transformer to mmaction2's type? I tried to convert and read the keys from the original models, but it appears that the keys are distinct and have additional variables. Thank you.