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
I get this error when I try to run python train.py CenterNet-52
Traceback (most recent call last):
File "train.py", line 18, in <module>
from nnet.py_factory import NetworkFactory
File "/home/prajwal/CenterNet/nnet/py_factory.py", line 8, in <module>
from models.py_utils.data_parallel import DataParallel
File "/home/prajwal/CenterNet/models/py_utils/__init__.py", line 6, in <module>
from ._cpools import TopPool, BottomPool, LeftPool, RightPool
File "/home/prajwal/CenterNet/models/py_utils/_cpools/__init__.py", line 8, in <module>
import top_pool, bottom_pool, left_pool, right_pool
ImportError: /home/prajwal/.local/lib/python3.6/site-packages/cpools-0.0.0-py3.6-linux-x86_64.egg/top_pool.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv
Any solution for this?
The text was updated successfully, but these errors were encountered:
I get this error when I try to run
python train.py CenterNet-52
Any solution for this?
The text was updated successfully, but these errors were encountered: