Spaces:
Running on T4
Running on T4
| # 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" | |