-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anchor3DRangeGenerator #1720
Comments
Please refer to this issue:#986, you need to adjust these value for you own custom dataset. |
So, as far as I understand, the |
Should match the average height of object centers. |
Since I am currently training SECOND and PointPillars on a custom dataset, I am also curious how to choose/adjust the settings for the Anchor3DRangeGenerator. @Tai-Wang You mentioned that the z-coordinate should match the average height of object centers. Now, the Velodyne sensor in the KITTI setup is positioned at z = 1.73m (see setup). If this coordinate system is used for training, this would mean that the object centers relative to the ground are:
Furthermore, if we now compute the bottom center of these bounding boxes by taking the anchor box dimensions into account, I end up with:
Is this correct? To me it seems that the anchor z ranges for pedestrians and bicycles are correct but off for cars. If the object center is used, I would expect for cars a z offset of |
I'm wondering why the
z
values withinranges
differ from thepoint_cloud_range
.-0.6
for pedestrians/cyclists and-1.78
for cars?Seen, e.g. here:
mmdetection3d/configs/_base_/models/hv_pointpillars_secfpn_kitti.py
Line 41 in 073f353
The text was updated successfully, but these errors were encountered: