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
is:issue is:open when I run cd external/YOLOX/ pip install -r requirements.txt && python setup.py develop,ImportError: cannot import name '_C' from 'yolox' (/TOPICTrack-main/external/YOLOX/yolox/__init__.py)
#2
Closed
wangtuo111 opened this issue
Aug 31, 2023
· 1 comment
@-V2:~/TOPICTrack-main/external/YOLOX$ python setup.py develop
Traceback (most recent call last):
File "setup.py", line 79, in
ext_modules=get_ext_modules(),
File "setup.py", line 52, in get_ext_modules
from yolox.layers import FastCOCOEvalOp
File "/TOPICTrack-main/external/YOLOX/yolox/layers/init.py", line 5, in
from .fast_coco_eval_api import COCOeval_opt
File "/TOPICTrack-main/external/YOLOX/yolox/layers/fast_coco_eval_api.py", line 13, in
from yolox import _C
ImportError: cannot import name '_C' from 'yolox' (/TOPICTrack-main/external/YOLOX/yolox/init.py)
The text was updated successfully, but these errors were encountered:
@-V2:~/TOPICTrack-main/external/YOLOX$ python setup.py develop
Traceback (most recent call last):
File "setup.py", line 79, in
ext_modules=get_ext_modules(),
File "setup.py", line 52, in get_ext_modules
from yolox.layers import FastCOCOEvalOp
File "/TOPICTrack-main/external/YOLOX/yolox/layers/init.py", line 5, in
from .fast_coco_eval_api import COCOeval_opt
File "/TOPICTrack-main/external/YOLOX/yolox/layers/fast_coco_eval_api.py", line 13, in
from yolox import _C
ImportError: cannot import name '_C' from 'yolox' (/TOPICTrack-main/external/YOLOX/yolox/init.py)
The text was updated successfully, but these errors were encountered: