V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.48k stars 299 forks source link

No module named 'torchie' #162

Open TianhaoFu opened 2 years ago

TianhaoFu commented 2 years ago

Hi, when i was using your codebase, i came across such error:

 File "/root/11/centerpoint/det3d/torchie/utils/config.py", line 95, in fromfile
    import torchie
ModuleNotFoundError: No module named 'torchie'

could you give me some ideas to fix it? thanks! :)