Spaces:
Running
Running
File size: 744 Bytes
2b7aae2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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
|