semantic-scene
Rust parser for semantic scene descriptors. Currently supports Habitat-Sim/Matterport3D .house files from the MP3D dataset.
💡 Examples
The primary API is dataset-first and Rust-native.
For example, to load a .house file:
use ;
let scene =
.unwrap;
println!;
📥 Installation
The
semantic-sceneCLI tool takes a path to a.housefile and displays a human-readable summary of the scene.
Using binstall
cargo binstall semantic-scene
Downloading from Releases
Navigate to the Releases page and download respective binary for your platform. Make sure to give it execute permissions.
Compiling from Source
cargo install semantic-scene
✅ TODO
- Enum-based category (
Mp3dObjectCategory,Mp3dRegionCategory)
🎉 Credits
TODO