zipnerf-pytorch
zipnerf-pytorch copied to clipboard
using equirectangular images
Hi, thanks for the implementation. Could this be used with 360º images as source, like the OmniNerf implementation Thanks in advance and kind regards
@monschine Sorry, I'm not familiar with that. I guess it can't.
equirectangular images are rarely geometrically correct. it's physically impossible to build a real 360 camera with a single optical center that takes a snapshot photo. The only way to build it is by physically rotating some optical device. Your camera probably stitches several images (eg insta360, ricoh theta and so on). If the data you want to use comes from these cameras, you should use the unstitched raw images instead.