progressive-coordinate-transforms icon indicating copy to clipboard operation
progressive-coordinate-transforms copied to clipboard

Progressive Coordinate Transforms for Monocular 3D Object Detection, NeurIPS 2021

Results 6 progressive-coordinate-transforms issues
Sort by recently updated
recently updated
newest added

Hi, you mentioned you use adabin trained on waymo. So how you do that, since waymo don't provide the gt depth map. Another question is did you train the total...

Hi. I noticed that you mentioned in the README.md file that > we provide the generated results for evaluation due to the tedious process of data preparation process. Unzip the...

It seems that your method achieves comparative performance with CaDDN on KITTI datasets.

First of all, thank you for your excellent work. But I have some confusion and a request. 1.[kitti_dataset](https://github.com/amazon-research/progressive-coordinate-transforms/blob/main/lib/datasets/kitti_dataset.py) 27 lines of the code, you load label in 'ddmp', not the...

When I run `python ../../tools/train_val.py --config config_val.yaml`, I get the error as follow. > Traceback (most recent call last): File "../../tools/train_val.py", line 19, in from lib.helpers.trainer_helper import Trainer File "/newnfs/zzwu/08_3d_code/progressive-coordinate-transforms/lib/helpers/trainer_helper.py",...

How to construct the location loss function? ![image](https://user-images.githubusercontent.com/14838781/129741179-41f5fff9-e032-4edb-8888-bec816ae1732.png)