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

It is a bug here? Index '[0]' seems wrong compared with orginal GS repo. #9

Open
HappyCoderBo opened this issue Jan 4, 2025 · 3 comments

Comments

@HappyCoderBo
Copy link

dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda())[0], 0.0000001)

@HappyCoderBo
Copy link
Author

which will cause the error 'IndexError: The shape of the mask [2108] at index 0 does not match the shape of the indexed tensor [1, 3] at index 0'

@JX-Github-web
Copy link

After removing [0], it can run, but the result is very poor, the depthloss is greater than 10, and the depth supervision is wrong.
Are your results normal?

这将导致错误 'IndexError: The shape of the mask [2108] at index 0 does not match match of the indexed tensor [1, 3] at index 0'

@HappyCoderBo
Copy link
Author

After removing [0], it can run, but the result is very poor, the depthloss is greater than 10, and the depth supervision is wrong. Are your results normal?

这将导致错误 'IndexError: The shape of the mask [2108] at index 0 does not match match of the indexed tensor [1, 3] at index 0'

yes, my results are OK, but i use my own datas and depths predicted by DepthPro.

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