ngxquang commited on
Commit
942cfc8
1 Parent(s): f409417

Update maps

Browse files
.gitignore CHANGED
@@ -120,7 +120,6 @@ celerybeat.pid
120
  *.sage.py
121
 
122
  # Environments
123
- .env
124
  .venv
125
  env/
126
  venv/
@@ -158,9 +157,6 @@ cython_debug/
158
  #Sentencepiece Tokenizer
159
  *.spm
160
 
161
- # Ignore faiss index since it's too large to store in GitHub
162
- *.faiss
163
-
164
  # PyCharm
165
  # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
166
  # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
 
120
  *.sage.py
121
 
122
  # Environments
 
123
  .venv
124
  env/
125
  venv/
 
157
  #Sentencepiece Tokenizer
158
  *.spm
159
 
 
 
 
160
  # PyCharm
161
  # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
162
  # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
Dockerfile CHANGED
@@ -36,4 +36,4 @@ COPY --chown=user . $HOME/app
36
 
37
  RUN bash $HOME/app/download_models.sh
38
 
39
- CMD ["python", "./src/main.py"]
 
36
 
37
  RUN bash $HOME/app/download_models.sh
38
 
39
+ CMD python ./src/main.py
data/config/keyframes_groups_L01_to_L36.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a28d33542216ad24cb09db5f4fd1040c0c2045bcd42d8a4f5e1d038deac73db4
3
- size 29038197
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2ba42bf1838606d3ef67dedc304a29c7a4999fd6ccabb37c6a423e45f9bad4
3
+ size 28910757
data/config/subframes_groups_L01_to_L36.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:980472aaad434482a2e89d5a8bc076a923b41c26437b597ceb6c7de34bc4f9c7
3
- size 28967171
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5808f12c3d5da3f7ef4fd02c1e4037398634c95179f9d5ca344ac799cb900bd0
3
+ size 28639328