-
Notifications
You must be signed in to change notification settings - Fork 85
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
rgb_loss stuck at zero #20
Comments
Hi, Were you able to solve this problem? I came across the same issue with rgb_loss always evaluates to 0 on other images. More specifically, the In preparing the images I arranged them in DTU style with images and masks. And populated Edit: I just realised I had used the wrong coordinate system for camera projection. After correcting this the rgb_loss becomes non-zero. |
@za-cheng |
Hi!Could you tell me in detail which part of your negligence caused the calculation to be incorrect? I also faced the same problem and it bothered me for a long time |
Hi! Thank you for the great work, I'm trying to get system to work on my own images, but am facing some difficulties. I obtain the position information using an aruco board on which I place my object. Now, the algorithm moves past the ray-tracing step properly, but then the algorithm outputs an rgb-loss of "0.0". Did anyone encounter something similar? I am very grateful for any type of response :)
The text was updated successfully, but these errors were encountered: