Then I trained pointrcnn with default.yaml on kitti-format nuscens dataset without any rescaled data. The results are shown in the figure below
with old metirc
with new metric
The results reported in the paper:
As we can see, The performance of both the new and old metrics is much lower than that reported in the paper. So could you please provide more details about the nuScenes training, such as nuScenes training config.
Hello, Thanks for the great code,it is very helpful to me. I want to reproduce the nuscenes results in the paper, but it seems that the
KittiRCNNDataset
is incompatible withtrain_rcnn.py
, https://github.com/cxy1997/3D_adapt_auto_driving/blob/72389c25490caba06b8e06b80452e7d7c5e7b241/pointrcnn/lib/datasets/kitti_rcnn_dataset.py#L12-L15 https://github.com/cxy1997/3D_adapt_auto_driving/blob/72389c25490caba06b8e06b80452e7d7c5e7b241/pointrcnn/tools/train_rcnn.py#L72-L78 the__init__
function ofKittiRCNNDataset
has no parameters namednpoints_faraway
,with_replace
,subsample
andshuffle_subsample
, so I directly dropped these parameters intrain_rcnn. py
.Then I trained pointrcnn with
default.yaml
on kitti-format nuscens dataset without any rescaled data. The results are shown in the figure belowwith old metirc
with new metric
The results reported in the paper:
As we can see, The performance of both the new and old metrics is much lower than that reported in the paper. So could you please provide more details about the nuScenes training, such as nuScenes training config.