yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.35k stars 1.05k forks source link

Get poses from ARkit data #60

Open Vadkoz opened 2 years ago

Vadkoz commented 2 years ago

Hi, All works fine via LLFF(COLMAP), but I have extrinsic data (quaternions and translation) from ARkit. But if simply pass my own quaternions and translation vector instead COLMAPs into img2poses script from LLFF, the result is clearly wrong. How do I need to preprocess ARkit data to make it similar to COLMAP before passing it to the img2poses script? Or what transformation do I need to do to deal with ARkit data? Or how to translate ARkit data to blender format? I use ios_logger from this repo to get ARkit data. Thanks!

GaiZhenbiao commented 2 years ago

I'm using the 3D Scanner App to obtain the pose data.