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

find a bug in image_list.py file about the functiion of from_tensors() #26

Closed lqs19881030 closed 2 years ago

lqs19881030 commented 2 years ago

@dennis-park-TRI I found a bug in the project of the image_list.py about the function of from_tensors().When padding image,I think that the intrinsics of the image can make a difference(for example cx,cy).I misunderstand it or It is indeed wrong?Looking forward to your reply.Thank you...