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
451 stars 74 forks source link

fix bugs to run training script #36

Open yudai-kato-aisin opened 1 year ago

yudai-kato-aisin commented 1 year ago

fixed some trivial erros I have encountered before running the training script.

to reproduce errors, I just ran following commands written in README.md.

  1. make docker-build
  2. ./scripts/train.py +experiments=dd3d_kitti_dla34_overfit

please check.