Cubemap to equirectangular transformation
- Output
height
andwidth
must be divisible by 8. - if
height
andwidth
are large respect to the input cubemap, it may leave some artifacts
- Implement
numpy
- Implement
torch
- -Bug on
torch
where there's a bit of artifacts on the left side when output size is large-- This only occurs on
torch
grid sample and notcustom
, therefore a problem with grid sample
- This only occurs on