facebookresearch / habitat-lab

A modular high-level library to train embodied AI agents across a variety of tasks and environments.
https://aihabitat.org/
MIT License
1.81k stars 460 forks source link

DebugVisualizer: equirect, removal/deconstruction, image matrix util, and unit test #1978

Closed aclegg3 closed 2 weeks ago

aclegg3 commented 3 weeks ago

Motivation and Context

This PR adds a set of features to the DebugVisualizer along with a basic unit test.

Example Equirect Image from DBV:

06_12_2024_131527396778

Can be viewed in 3D with applications like https://arachnoid.com/3DViewer/ image

Example stitched image matrix from a set of region omnidirectional renderings:

stitched_06_12_2024_081450952141-min

How Has This Been Tested

Locally + CI tests

Types of changes

Checklist