Skip to content

Resolving class thresholding mismatch (8 -> 15) in kitti.py#76

Open
david-wei-01001 wants to merge 1 commit intogoogle-research:masterfrom
david-wei-01001:master
Open

Resolving class thresholding mismatch (8 -> 15) in kitti.py#76
david-wei-01001 wants to merge 1 commit intogoogle-research:masterfrom
david-wei-01001:master

Conversation

@david-wei-01001
Copy link
Copy Markdown

For the preprocess function _count_all_pp(), _count_left_pp(), _count_far_pp(), and _count_near_pp(), the comment says they will be thresholded at 15, and later these tasks all have 16 labels. However, in the code they are actually thresholded at 8, leading to 9 classes. I have changed 8 -> 15 to mach the comment as well as the class numbers.

@david-wei-01001 david-wei-01001 changed the title Update kitti.py Resolving class thresholding mismatch (8 -> 15) in kitti.py May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant