dsx0511 / ADA-Track

Offical implementation of CVPR2024 paper ADA-Track: End-to-End Multi-Camera 3D Multi-Object Tracking with Alternating Detection and Association.
Other
63 stars 8 forks source link

env problem about plugin import , Segmentation fault (core dumped) #5

Open PG-Wang opened 1 month ago

PG-Wang commented 1 month ago

Thanks for you excellent work! I'm trying to follow your work in my own workspace, but there is a problem about the import model , could you please give me an advice, thank you so much

943b3c9a2164028440294e9b2
PG-Wang commented 1 month ago

/data2/wangting37/ADA-Track/tools/test.py(143)main() -> plg_lib = importlib.import_module(_module_path) (Pdb) _module_path 'plugin.track' (Pdb) importlib.import_module(_module_path)
Segmentation fault (core dumped)