RTM3D
RTM3D copied to clipboard
The official PyTorch Implementation of RTM3D and KM3D for Monocular 3D Object Detection
Hello Mr. Peixuan Li. First of all, congratulations about the Time3D paper accepted at CVPR 2022. I also read that paper recently and could learn many things about monocular based...
i dont know why, and i tried many combinations of ubuntu version+cuda and cudnn, all failed... i only have 2080TI ...
 训练时depth的计算目测是耦合在Position_loss 中的。 但部署推理时,不需要算loss,只需要算出depth即可。 请问下,怎么推理实现怎么搞比较好呢? 我看depth计算这一块挺复杂的。 直接用c++手写?还是把Position_loss 的forward部分封装成torch script 独立运行? 有建议吗?
how to solve it? i have no idea Traceback (most recent call last): File "./src/main.py", line 111, in main(opt) File "./src/main.py", line 73, in main log_dict_train, _ = trainer.train(epoch, train_loader)...
Thank you for your great work! I was trying out your work in a newer version of pytorch (1.5.1 to be exact). I have updated the operations of iou3d and...
编译失败
DCN和iou3d都无法编译成功,把pytorch换成1.7,DCN也换成适合1.7的版本后,可以编译,但是iou3d还是无法编译。 但是iou3d不编译也能正常运行,请问iou3d在哪起作用呢? 另外可以更新一下版本吗,pytorch1.0有点低了...
Fix size testing. training chunk_sizes: [32] The output will be saved to ./kitti_format/exp/default heads {'hm': 3, 'wh': 2, 'hps': 18, 'rot': 8, 'dim': 3, 'prob': 1, 'reg': 2, 'hm_hp': 9,...
Monocular 3D depends on camera parameters. If you change a different camera or installation method, the original DataSet training model will not work. So how can you solve this difference
Hello, Apperaciate your excellent work. I found a semi-supervised training process mentioned in the paper. Do you have any plan to release the code?