Traceback (most recent call last):
File "tools/train.py", line 41, in <module>
from ..projects.CenterNet2.centernet.config import add_centernet_config
ImportError: attempted relative import with no known parent package
(detectron2) lvying@ps:~/CenterNet2$ CUDA_VISIVLE_DEVICES=1 python tools/train.py
Traceback (most recent call last):
File "tools/train.py", line 41, in <module>
from .projects.CenterNet2.centernet.config import add_centernet_config
ImportError: attempted relative import with no known parent package
(detectron2) lvying@ps:~/CenterNet2$ CUDA_VISIVLE_DEVICES=1 python tools/train.py
Traceback (most recent call last):
File "tools/train.py", line 41, in <module>
from projects.CenterNet2.centernet.config import add_centernet_config
ModuleNotFoundError: No module named 'projects'