If we want to do image segmentation or object detection we want images with a "normal" field of view rather than the 360 equirectangular images like this one 👇
This script - https://github.com/NitishMutha/equirectangular-toolbox - is 7 years old but the readme seems to describe exactly that. Can we use it (or some other python tool) to change our 360 image into 4 images with 90 degree field-of-view?
Other repositories of interest?
If we want to do image segmentation or object detection we want images with a "normal" field of view rather than the 360 equirectangular images like this one 👇
This Stack Overflow post provides an interesting deep dive into this (with good visuals): https://stackoverflow.com/questions/29678510/convert-21-equirectangular-panorama-to-cube-map
This script - https://github.com/NitishMutha/equirectangular-toolbox - is 7 years old but the readme seems to describe exactly that. Can we use it (or some other python tool) to change our 360 image into 4 images with 90 degree field-of-view? Other repositories of interest?