nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.37k stars 113 forks source link

Image arrangement #247

Open LHXhh opened 1 year ago

LHXhh commented 1 year ago

Hi, I have a question for you. I used colmap to estimate the pose of the drone video frame, whose camera arrangement was parallel to the xy plane, and then I converted the code from the nerfstudio format to transfer it from colmap to nerfstudio, but for some reason, the overall image arrangement of the video frame was distorted, and it should be parallel to some plane. This causes the scene not to be found later when the mesh is extracted with box. DJI_media_sparse DJI_media But I treated another drone dataset of the same scenario in exactly the same way, and its results were normal. There's something about this that I don't understand. I'd appreciate it if you could answer it. DJI_sparse DJI