You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all congrats on the project and on the code. It's really neat 🔥 .
I'm trying to run the code with my own scene and, even though the losses are printed with kind of meaningful values, they do not decrease and the learnt scene doesn't resemble at all at what it should. I was wondering if the issue could be related to the coordinate system used.
My coordinate system is this way:
Cameras look towards z.
Usually, if the object is at the origin, cameras position are somewhere in -z.
Could it be you are assuming an OpenGL-like coordinate system and that it could be the reason it doesn't work?
Here cameras look towards -z.
Cameras are usually located around +z if the object is at the origin.
Any thoughts will be very welcome.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi there,
First of all congrats on the project and on the code. It's really neat 🔥 .
I'm trying to run the code with my own scene and, even though the losses are printed with kind of meaningful values, they do not decrease and the learnt scene doesn't resemble at all at what it should. I was wondering if the issue could be related to the coordinate system used.
My coordinate system is this way:
Could it be you are assuming an OpenGL-like coordinate system and that it could be the reason it doesn't work?
Any thoughts will be very welcome.
Thanks in advance!
The text was updated successfully, but these errors were encountered: