one reconstructed example using own dataset(with black ghost around the recostructed people) #246
Replies: 4 comments 7 replies
-
I find in my dataset, the camera coordinate is y right x up, while the fox dataset is y down, so maybe I need to rotate the matrix to y down and see what will happen |
Beta Was this translation helpful? Give feedback.
-
1645691461455317.mp4After the rotation of the camera coordinate system, the camera's extrinsic parameters seem to be OK, and the reconstructed object converges to one single object. but there is a lot of black fog in the reconstruction results. My training data is a picture with a black background. When I zoom into the box, I could see the reconstructed human. |
Beta Was this translation helpful? Give feedback.
-
abce0acea2604baa2312805623081e9e_667384797948_v_1645691997958281.mp4here is the zoom-in result, then I find I could filter out the black fog by using cropping AABB max-min. Although there are still some ghost which might be the reason of poor extri and intri parameters. |
Beta Was this translation helpful? Give feedback.
-
How did you calibrate the cameras? using colmap or grundtruth? As far as I know, CMU data have different intrinsic parameters for different cameras, which is not suitable for NeRF. |
Beta Was this translation helpful? Give feedback.
-
I tried to input the cmu panoptic data into the data loader and find it is quite wired that there are several reconstructed humans in the scene, meanwhile, the human is lying instead of standing. I guess it might be the reason that the scale of T in extri is not correct? Has anyone encountered this problem?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions