Spaces:
Running
Running
| # STARRY ML Services Docker Environment | |
| # Generate from models.yaml: ./gen-env.sh /path/to/models | |
| # Or copy this file to .env and modify manually | |
| # Model directory root (contains starry-dist/ and ocr-dist/) | |
| MODELS_ROOT=/path/to/models/starry | |
| # Model paths (from starry-dist/models.yaml) | |
| LAYOUT_MODEL_PATH=20221125-scorelayout-1121-residue-u-d4-w64-d4-w64 | |
| MASK_MODEL_PATH=20210918-scorewidgets.mask-unet-5-32 | |
| SEMANTIC_MODEL_PATH=202302-semanticCluster | |
| GAUGE_MODEL_PATH=scoregauge-unet-d6-w32-0611 | |
| LOC_MODEL_PATH=DB_gc_loc/v6/model_epoch_88_minibatch_15300 | |
| OCR_CONFIG=ocr.yaml | |
| BRACKETS_CONFIG=brackets.yaml | |
| # GPU device selection (for multi-GPU systems) | |
| # CUDA_VISIBLE_DEVICES=0 | |
| # Log directory (inside container) | |
| # LOG_DIR=/tmp/starry-logs | |