Spaces:
Sleeping
Sleeping
File size: 438 Bytes
b1d1ff4 37b9169 b1d1ff4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Preset for Hugging Face Spaces (CPU-friendly with depth & shading enabled)
# Run with:
# VISUALIZER_CONFIG=visualizer.hf.toml uvicorn app:app --host 0.0.0.0 --port 7860
[models]
segmentation_model = "oneformer"
oneformer_model_name = "shi-labs/oneformer_ade20k_swin_large"
depth_model_name = "Intel/dpt-large"
intrinsic_model_version = "v2"
[runtime]
enable_depth_estimation = true
enable_intrinsic_shading = true
data_dir = "data"
|