Closed Binyr closed 1 month ago
Our normals are in the world coordinate. We provided script to read normal in load_data.py, where we normalize the normal. An explanation is provided Depth and Normal Map Note. For your case, these two cameras have a similar angle with respect to the ground, which means these two cameras have same pitch. Maybe you can check if the cameras of these two images have different yaw, which will also affect normal in camera space.
Hi, below shows two example from small_city/street/train/small_city_road_down: 0930 and 1228. Different columns are rgb, normal in cam space; mask of pixels that norm of normal is not equal to 1.
Thank you, Yanrui