atiso-clip / .env
ngxquang
feat: update index to L36
6ad3373
raw
history blame contribute delete
No virus
274 Bytes
# PROJECT INFORMATION
HOST=0.0.0.0
PORT=7860
CORS_HEADERS=["*"]
CORS_ORIGINS=["*"]
MODEL_NAME="ViT-B/32"
DEVICE="cpu" # ["cuda", "cpu"]
INDEX_FILE_PATH="data/faiss-index/index_clip_L01_to_L36.faiss"
KEYFRAMES_GROUPS_JSON_PATH="data/config/keyframes_groups_L01_to_L36.json"