Closed sunwonHong closed 3 years ago
I haven't done training with pointpillars, this file is just saved as in Det3D. I guess you need to check the pointpillar network details to be consistent with the input and output data processing.
OK. Thank you for replying!
original_pp_mghead_syncbn_kitti.py is for pointpillars Net, right?
To use pointpillars, all i have to do is change this on train.py? before : parser.add_argument("--config", default='../examples/second/configs/config.py', help="train config file path") after : parser.add_argument("--config", default='../examples/point_pillars/configs/original_pp_mghead_syncbn_kitti.py', help="train config file path")
I think additional process must be needed. Could you let know me how i can use pointpillars? What should i change?