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
Traceback (most recent call last):
File "projects/IDOL/train_net.py", line 26, in
from detectron2.projects.idol import add_idol_config, build_detection_train_loader, build_detection_test_loader
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/init.py", line 2, in
from .idol import IDOL
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/idol.py", line 17, in
from .models.deformable_detr import DeformableDETR, SetCriterion
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/deformable_detr from .deformable_transformer import build_deforamble_transformer
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/deformable_transformer.py", line 25, in
from .ops.modules import MSDeformAttn
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/modules/init.py", line 9, in
from .ms_deform_attn import MSDeformAttn
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/modules/ms_deform_attn.py", line 21, in
from ..functions import MSDeformAttnFunction
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/functions/init.py", line 9, in
from .ms_deform_attn_func import MSDeformAttnFunction
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/functions/ms_deform_attn_func.py", line 18, in
import MultiScaleDeformableAttention as MSDA
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "projects/IDOL/train_net.py", line 26, in
from detectron2.projects.idol import add_idol_config, build_detection_train_loader, build_detection_test_loader
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/init.py", line 2, in
from .idol import IDOL
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/idol.py", line 17, in
from .models.deformable_detr import DeformableDETR, SetCriterion
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/deformable_detr from .deformable_transformer import build_deforamble_transformer
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/deformable_transformer.py", line 25, in
from .ops.modules import MSDeformAttn
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/modules/init.py", line 9, in
from .ms_deform_attn import MSDeformAttn
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/modules/ms_deform_attn.py", line 21, in
from ..functions import MSDeformAttnFunction
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/functions/init.py", line 9, in
from .ms_deform_attn_func import MSDeformAttnFunction
File "/home/user/PycharmProjects/VNext/projects/IDOL/idol/models/ops/functions/ms_deform_attn_func.py", line 18, in
import MultiScaleDeformableAttention as MSDA
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'
The text was updated successfully, but these errors were encountered: