Spaces:
Paused
Paused
File size: 402 Bytes
25eb9f7 90394bc 25eb9f7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Lightweight local preset for CPU-only development on macOS.
# Run with:
# VISUALIZER_CONFIG=visualizer.local.toml uvicorn app:app --host 0.0.0.0 --port 7860
[models]
segmentation_model = "segformer"
segformer_model_name = "nvidia/segformer-b2-finetuned-ade-512-512"
depth_model_name = "Intel/dpt-large"
[runtime]
enable_depth_estimation = false
enable_intrinsic_shading = false
data_dir = "data"
|