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

How to pretrain depth using a different depth dataset

asharalam11 opened this issue · comments

How can we pretrain depth using a different/custom depth dataset?
There is a dense depth head in the provided code, but could you please provide instructions on how to use in terms of how to attach it to the model and whether we have to only consider dense depth loss while training it or the total loss?
An example would really help :)

Thank You