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

No module named 'MultiScaleDeformableAttention'. #20

Open
Srisude opened this issue Aug 21, 2024 · 2 comments
Open

No module named 'MultiScaleDeformableAttention'. #20

Srisude opened this issue Aug 21, 2024 · 2 comments

Comments

@Srisude
Copy link

Srisude commented Aug 21, 2024

Hi, when i run the folowing code in colab :!python3 /content/v-coco/RLIPv2/main.py --hoi --dataset_file vcoco --hoi_path /content/v-coco/data/annotations --coco_path /content/v-coco --output_dir /content/outputs --epochs 50 --batch_size 2 --num_queries I get the error that: import MultiScaleDeformableAttention as MSDA
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'. ı found the module from https://github.com/fundamentalvision/Deformable-DETR but it doesnt work,where is the mistake, thank youu.

@Srisude
Copy link
Author

Srisude commented Aug 21, 2024

Also I didnt work in a conda environment because conda was running slowly in colab( ı got cuda error on mac)and ı downloaded requirements one by one with pip, Is the above prob also related to this?

@JacobYuan7
Copy link
Owner

@Srisude
It seems that you haven't installed the package correctly. Can you check your environment to see if you have done so?

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