mega-nerf icon indicating copy to clipboard operation
mega-nerf copied to clipboard

why the ray_altitude_range used by x

Open chufall opened this issue 1 year ago • 3 comments

I think the ray_altitude_range is used cutted to include the highest buiding 。 Did it align the Z axis ,and why it used to cut the X axis value in the code?

Thanks a lot qc

chufall avatar Jun 05 '23 01:06 chufall

Sorry, the coordinate system used in Mega-NeRF is pretty confusing, but the position coordinates are [down, right, bottom]. The idea is to further constrain ray sampling to not needlessly sample points below ground level.

hturki avatar Jun 29 '23 14:06 hturki

Thank you for your reply! I have been confused. I have been visualized the cameras of the Rubble scene. The results show its cameras faced aligned X axis. But After I processed my own dataset captured by my drone(DJI M300 with RTK) followed readme and issues (1. with pixsfm 2. colmap aligner 3. run the convert script ) . The visualized results show its cameras faced aligned Z axis. Should I switch the X and Z value of the result before running the convert script?

  1. switch the X and Z aixs in the camera c2w matrix
  2. switch the X and Z value of the camera pos vector

Am I right? Is there any script ? Thanks a lot!

chufall avatar Jun 30 '23 03:06 chufall

Thank you for your reply! I have been confused. I have been visualized the cameras of the Rubble scene. The results show its cameras faced aligned X axis. But After I processed my own dataset captured by my drone(DJI M300 with RTK) followed readme and issues (1. with pixsfm 2. colmap aligner 3. run the convert script ) . The visualized results show its cameras faced aligned Z axis. Should I switch the X and Z value of the result before running the convert script?

  1. switch the X and Z aixs in the camera c2w matrix
  2. switch the X and Z value of the camera pos vector

Am I right? Is there any script ? Thanks a lot!

Hello, have you successfully customized the dataset and trained it. Can you provide your method

lhc991025 avatar Dec 19 '23 05:12 lhc991025