Closed Kiwoo closed 6 years ago
The function cal_rpn_target in utils.py
When you calculate targets[...], anchors_d was included, but it should be h_a, not d_a if you see the equation (1) in the original paper
About delta_z
fix in jeasinema/tf_voxelnet@d735cff
The function cal_rpn_target in utils.py
When you calculate targets[...], anchors_d was included, but it should be h_a, not d_a if you see the equation (1) in the original paper