Alvin-Zeng / DRN

Dense Regression Network for Video Grounding (CVPR2020)
50 stars 11 forks source link

ImportError: cannot import name '_C' from 'fcos_core' (/home/PycharmProjects/DRN-master/fcos_core/__init__.py) #5

Open MinamiKotoka opened 3 years ago

MinamiKotoka commented 3 years ago

Hi, when I run train.py, there always exists this error: ImportError: cannot import name '_C' from 'fcos_core' (/home/PycharmProjects/DRN-master/fcos_core/__init__.py) could you help me?

Shuyan98 commented 3 years ago

Did you run setup.sh?