room-visualizer / visualizer.segformer.toml
GitHub Actions
Deploy from GitHub commit ca72656c17476e5aa37a4735af6e47ff9f94fa1a
b20c82e
raw
history blame contribute delete
531 Bytes
# CPU / low-VRAM preset using SegFormer as the primary segmentation model.
# Use this on CPU-only servers or while waiting for GPU quota approval.
# Run with:
# VISUALIZER_CONFIG=visualizer.segformer.toml uvicorn app:app --host 0.0.0.0 --port 8002
[models]
segmentation_model = "segformer"
segformer_model_name = "nvidia/segformer-b2-finetuned-ade-512-512"
depth_model_name = "depth-anything/Depth-Anything-V2-Metric-Indoor-Small-hf"
[runtime]
enable_depth_estimation = false
enable_intrinsic_shading = false
data_dir = "data"