alibaba-mmai-research / HyRSM

Code for our CVPR 2022 Paper "Hybrid Relation Guided Set Matching for Few-shot Action Recognition".
Apache License 2.0
26 stars 5 forks source link

Pre-trained checkpoints and features on MODEL_ZOO/FEATURES_ZOO missing #9

Open beasteers opened 1 year ago

beasteers commented 1 year ago

It looks like none of the links in the model/feature zoo pages link to anything. Do you have a plan to release them?

UPDATE: are these them? https://github.com/alibaba/EssentialMC2/blob/main/MODEL_ZOO.md

wangxiang1230 commented 1 year ago

It looks like none of the links in the model/feature zoo pages link to anything. Do you have a plan to release them?

UPDATE: are these them? https://github.com/alibaba/EssentialMC2/blob/main/MODEL_ZOO.md

Sorry for the late reply. Our HyRSM is based on ImageNet pretrained ResNet-50, and the code can load the pre-trained model. Because of the lengthy and complicated approval process, our checkpoints are not open source. Feel free to contact me if you have any issues while reproducing.

phoenix98Glitch commented 1 month ago

Hey are the checkpoints available now? I click on the link and it directs me back to the homepage. Am I missing something here?

wangxiang1230 commented 1 month ago

Hey are the checkpoints available now? I click on the link and it directs me back to the homepage. Am I missing something here?

Hi, thanks for your attention. Due to the lengthy company approval process for open source model training weights, we did not open source training checkpoints, you can run our code to train your own model, the code will automatically download the image net pre-trained ResNet50 model.