Open MinamiKotoka opened 4 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?
train.py
ImportError: cannot import name '_C' from 'fcos_core' (/home/PycharmProjects/DRN-master/fcos_core/__init__.py)
Did you run setup.sh?
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?