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

Missing trained model for RULSTM #12

Open
nitish11 opened this issue Jul 17, 2023 · 3 comments
Open

Missing trained model for RULSTM #12

nitish11 opened this issue Jul 17, 2023 · 3 comments

Comments

@nitish11
Copy link

Hi,

Thanks for sharing your great work.

I could not find the trained model path "models/meccano/final_fusion_model.pt" in RULSTM test code.

python main.py test ../../test_features/ models/meccano/final_fusion_model.pt --modality fusion --task anticipation --num_class 61 --img_tmpl {:05d}.jpg --meccanomulti

I tried to change the trained model path but I am getting error as below. Could you please guide.

image

@kotowaluer
Copy link

Hi,

Have you fixed this? I also have the smae issue.

@francescoragusa
Copy link
Collaborator

francescoragusa commented Nov 7, 2023

Hi @kotowaluer , the RULSTM model trained on the MECCANO dataset can be downloaded here. Let me know if this works for you.

@kotowaluer
Copy link

Hi, @francescoragusa , it does not work. I print the size of the tensor and it is [4096, 2304] but it is [4096, 20] in main.py annotation. please let me know if I miss something.
image
image

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

3 participants