Skip to content
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

Question about the implement of the lidar segmentation task #16

Open
YuanxianH opened this issue Oct 18, 2023 · 5 comments
Open

Question about the implement of the lidar segmentation task #16

YuanxianH opened this issue Oct 18, 2023 · 5 comments

Comments

@YuanxianH
Copy link

Thank you for your awesome contributions. Recently I've been trying to apply your work in lidar segmentation tasks. My question is how you generate the lidar segmentation result from the voxel output?

As you mentioned in your paper, i.e., "We transfer semantic occupancy prediction to LiDAR segmentation by assigning the point label based on associated voxel label, and then evaluate the model on the mIoU metric.", did you assign the labels of points by its located voxel directly? Or did you use some interpolation strategies? Such as, trilinear interpolation on the voxel logits like OccFormer.

Besides, did you train the networks again with sparse labeled voxels as supervision signal, which is generated by the sparse lidar segmentation ground truth?

@YuanxianH
Copy link
Author

YuanxianH commented Oct 18, 2023

BTW, as shown in Table 15 of the paper, you present the performance of the lidar segmentation task with 0.25m voxel_size. However, the resolution of the GT voxel you provided is 0.5m. How did you get a smaller resolution?

@tongwwt
Copy link
Contributor

tongwwt commented Oct 19, 2023

For the lidar segmentation task, we assign the labels of points by its located voxel directly. We generated the occupancy dataset with different resolution including 0.25m, 0.5m and 1m as shown in table 15.

@YuanxianH
Copy link
Author

For the lidar segmentation task, we assign the labels of points by its located voxel directly. We generated the occupancy dataset with different resolution including 0.25m, 0.5m and 1m as shown in table 15.

Thank you for getting back to me. What is the resolution setting for the experiment in Table 4? We reproduced the OccNet(r101) by your provided config and assigned the label of points directly. However, the lidar segmentation mIoU in nus validation was lower than the results in the paper.

@tongwwt
Copy link
Contributor

tongwwt commented Oct 20, 2023

Thanks for your interest in our work. The resolution setting in Table 4 is 0.5m.

@YuanxianH
Copy link
Author

Well, would you mind provide weights of occnet-tiny and occnet-base? We reproduced the lidar segmentation task as your description. The lidar segmentation mIoU is a little lower, although the voxel mIoU is approximately the same.

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

No branches or pull requests

2 participants