room-visualizer / visualizer.gpu.toml
Muhammad Usman Nazir
deploy floor visualizer backend
b1d1ff4
raw
history blame contribute delete
556 Bytes
# GPU quality preset for the floor visualizer backend.
# Run with:
# VISUALIZER_CONFIG=visualizer.gpu.toml uvicorn app:app --host 0.0.0.0 --port 8002
[models]
segmentation_model = "oneformer"
oneformer_model_name = "shi-labs/oneformer_ade20k_swin_large"
mask2former_model_name = "facebook/mask2former-swin-small-ade-semantic"
segformer_model_name = "nvidia/segformer-b2-finetuned-ade-512-512"
depth_model_name = "Intel/dpt-large"
intrinsic_model_version = "v2"
[runtime]
enable_depth_estimation = true
enable_intrinsic_shading = true
data_dir = "data"