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

I cannot understand the logic of the calculation of loss_det_occ, looking forward for your applying... #12

Open
zhangkaixuan210 opened this issue May 3, 2024 · 0 comments

Comments

@zhangkaixuan210
Copy link

In the pano_occ_head.py, about line 291,

voxel_det_mask = torch.ones(1, det_occ.shape[1], det_occ.shape[2], det_occ.shape[3]).to(occ.device).long()
voxel_det = (voxel_semantics < 17) 
Idx = torch.where(voxel_det)

I think the voxel_det_mask should be initialized with zeros, and filled with ones to represent the ground truth labels of the forehead things later. Did I think wrong? Please give me some advice.

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

1 participant