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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no module named tridet

safaATcurrus opened this issue · comments

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?

you can use pycharm open this project

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

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