TRI-ML / dd3d

Official PyTorch implementation of DD3D: Is Pseudo-Lidar needed for Monocular 3D Object detection? (ICCV 2021), Dennis Park*, Rares Ambrus*, Vitor Guizilini, Jie Li, and Adrien Gaidon.
MIT License
464 stars 74 forks source link

no module named tridet #23

Open ghost opened 2 years ago

ghost commented 2 years ago

I am getting this error when I validate my installation. There is no module called tridet in pip. google search gives no such module name. I installed trident but I am still getting that error.

do you have requirements file with version numbers of the libraries for conda?

XcodeHw commented 2 years ago

you can use pycharm open this project

kurtwagner19 commented 2 years ago

I have opened the project with pycharm. My error is not about IDE

zhaokai5 commented 2 years ago

you can use follow code in train.py import sys sys.append("path/to/dd3d/")