You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: