Stable-X / StableNormal

[SIGGRAPH Asia 2024 (Journal Track)] StableNormal: Reducing Diffusion Variance for Stable and Sharp Normal
Apache License 2.0
291 stars 13 forks source link

Panoramic / Equirectangular Image support #13

Open sanskar107 opened 6 days ago

sanskar107 commented 6 days ago

Any plans on releasing support for equirectangular image ? @hugoycj @Stable-X

hugoycj commented 5 days ago

We apologize that support for equirectangular images is not scheduled for implementation in recent weeks. As an alternative, we suggest the following workaround:

  1. Convert the equirectangular image to 6 or 8 pinhole images.
  2. Use the current pipeline to predict the normal map for the pinhole image.
  3. Undistort the resulting normal map back to the equirectangular format.