zipnerf-pytorch icon indicating copy to clipboard operation
zipnerf-pytorch copied to clipboard

using equirectangular images

Open monschine opened this issue 1 year ago • 2 comments

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 avatar May 29 '23 17:05 monschine

@monschine Sorry, I'm not familiar with that. I guess it can't.

SuLvXiangXin avatar May 30 '23 04:05 SuLvXiangXin

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.

f-dy avatar May 31 '23 17:05 f-dy