Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downstream classification task checkpoint link not working #179

Open
MH-Python opened this issue Sep 13, 2024 · 2 comments
Open

Downstream classification task checkpoint link not working #179

MH-Python opened this issue Sep 13, 2024 · 2 comments

Comments

@MH-Python
Copy link

I am trying to download a downstream classification task model (VideoMAE-L K700) but got this instead:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist.</Message>
<RequestId>66E40608641DD935366F31E7</RequestId>
<HostId>pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com</HostId>
<BucketName>pjlab-gvm-data</BucketName>
<EC>0015-00000101</EC>
<RecommendDoc>https://api.aliyun.com/troubleshoot?q=0015-00000101</RecommendDoc>
</Error

Is there any code snippet or notebook showing how I can create a model from the .pth file and then use it on video clips to get the last features before the K400 classification layer?
Thank you

@yinanhe
Copy link
Member

yinanhe commented Sep 14, 2024

For easier access, we have uploaded the model to huggingface. The model can be found at hf. Thanks for the reminder, we have corrected the model link in the table.

@MH-Python
Copy link
Author

Thank you so much for the quick reply.
Would you kindly provide an example how to load an .pth file and use it on a video to get the predicions probabilities (e.g. [vit_l_hybrid_pt_800e_k700_ft.pth]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants