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

如何直接和raw LiDAR measurements比较depth计算RayIoU呢 #57

Open
Kwongrf opened this issue Sep 6, 2024 · 1 comment
Open

如何直接和raw LiDAR measurements比较depth计算RayIoU呢 #57

Kwongrf opened this issue Sep 6, 2024 · 1 comment

Comments

@Kwongrf
Copy link

Kwongrf commented Sep 6, 2024

想评价Occ GT生成的质量,需要直接和raw lidar比较,理解TP的含义是预测深度和点云深度差距较小的点云数,但不理解FP是怎么算的,能否麻烦解惑一下

@afterthat97
Copy link
Collaborator

FP就是 比如对于某个类别,GT里有100个ray,而pred里面有200个ray,假如这200个里面有100个是对的,那剩下100个就是多余的,那FP就是100,iou就是0.5

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