Spaces:
Sleeping
Sleeping
ngxquang
commited on
Commit
·
0b24482
1
Parent(s):
a1fc651
feat: update index to L36
Browse files- .env +2 -2
- data/{faiss-index/index_beit3_L01_to_L20.faiss → config/keyframes_groups_L01_to_L36.json} +2 -2
- data/faiss-index/index_beit3_L01_to_L36.faiss +3 -0
- src/__pycache__/config.cpython-311.pyc +0 -0
- src/__pycache__/config.cpython-38.pyc +0 -0
- src/__pycache__/main.cpython-311.pyc +0 -0
- src/__pycache__/main.cpython-38.pyc +0 -0
.env
CHANGED
@@ -6,5 +6,5 @@ CORS_ORIGINS=["*"]
|
|
6 |
|
7 |
DEVICE="cpu" # ["cuda", "cpu"]
|
8 |
|
9 |
-
INDEX_FILE_PATH="data/faiss-index/
|
10 |
-
KEYFRAMES_GROUPS_JSON_PATH="data/config/
|
|
|
6 |
|
7 |
DEVICE="cpu" # ["cuda", "cpu"]
|
8 |
|
9 |
+
INDEX_FILE_PATH="data/faiss-index/index_beit3_L01_to_L36.faiss"
|
10 |
+
KEYFRAMES_GROUPS_JSON_PATH="data/config/keyframes_groups_L01_to_L36.json"
|
data/{faiss-index/index_beit3_L01_to_L20.faiss → config/keyframes_groups_L01_to_L36.json}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a28d33542216ad24cb09db5f4fd1040c0c2045bcd42d8a4f5e1d038deac73db4
|
3 |
+
size 29038197
|
data/faiss-index/index_beit3_L01_to_L36.faiss
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adeb2fae41eb76058f41a05334b317841a5dcca00ded4ba8bce4fb766830f311
|
3 |
+
size 1012494381
|
src/__pycache__/config.cpython-311.pyc
DELETED
Binary file (1.3 kB)
|
|
src/__pycache__/config.cpython-38.pyc
DELETED
Binary file (929 Bytes)
|
|
src/__pycache__/main.cpython-311.pyc
DELETED
Binary file (3.49 kB)
|
|
src/__pycache__/main.cpython-38.pyc
DELETED
Binary file (2.13 kB)
|
|