dashboard
repositories
filestore
activity
search
login
geoai
/
geoai-workbench
geoai-所有demo基础仓
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 复用检测
罗广辉
9 hours ago
7cc239cee1a9af4e2e8a0f3d5b7a00a074b17214
[geoai/geoai-workbench.git]
/
src
/
geoai_common
/
paths.py
1
2
3
4
5
6
7
8
from pathlib import Path
WORKSPACE_ROOT = Path(__file__).resolve().parents[2]
SHARED_DIR = WORKSPACE_ROOT / "shared"
DATA_DIR = SHARED_DIR / "data"
MODEL_DIR = SHARED_DIR / "models"
OUTPUT_DIR = SHARED_DIR / "outputs"