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! I encountered the next error when trying to run the project.
Traceback (most recent call last):
File "/home/seba/Documents/OneFormer/demo/demo.py", line 26, in
from oneformer import (
File "/home/seba/Documents/OneFormer/demo/../oneformer/init.py", line 2, in
from . import modeling
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/init.py", line 5, in
from .pixel_decoder.msdeformattn import MSDeformAttnPixelDecoder
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/msdeformattn.py", line 23, in
from .ops.modules import MSDeformAttn
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/modules/init.py", line 10, in
from .ms_deform_attn import MSDeformAttn
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/modules/ms_deform_attn.py", line 25, in
from ..functions import MSDeformAttnFunction
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/functions/init.py", line 9, in
from .ms_deform_attn_func import MSDeformAttnFunction
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/functions/ms_deform_attn_func.py", line 23, in
import MultiScaleDeformableAttention as MSDA
ImportError: /home/seba/.local/lib/python3.9/site-packages/MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg/MultiScaleDeformableAttention.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNK3c107SymBool10guard_boolEPKcl
The text was updated successfully, but these errors were encountered:
Hi! I encountered the next error when trying to run the project.
Traceback (most recent call last):
File "/home/seba/Documents/OneFormer/demo/demo.py", line 26, in
from oneformer import (
File "/home/seba/Documents/OneFormer/demo/../oneformer/init.py", line 2, in
from . import modeling
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/init.py", line 5, in
from .pixel_decoder.msdeformattn import MSDeformAttnPixelDecoder
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/msdeformattn.py", line 23, in
from .ops.modules import MSDeformAttn
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/modules/init.py", line 10, in
from .ms_deform_attn import MSDeformAttn
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/modules/ms_deform_attn.py", line 25, in
from ..functions import MSDeformAttnFunction
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/functions/init.py", line 9, in
from .ms_deform_attn_func import MSDeformAttnFunction
File "/home/seba/Documents/OneFormer/demo/../oneformer/modeling/pixel_decoder/ops/functions/ms_deform_attn_func.py", line 23, in
import MultiScaleDeformableAttention as MSDA
ImportError: /home/seba/.local/lib/python3.9/site-packages/MultiScaleDeformableAttention-1.0-py3.9-linux-x86_64.egg/MultiScaleDeformableAttention.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNK3c107SymBool10guard_boolEPKcl
The text was updated successfully, but these errors were encountered: