Showing
3 changed files
with
2 additions
and
2 deletions
... | @@ -9,8 +9,8 @@ import esot3ria.video_util as videoutil | ... | @@ -9,8 +9,8 @@ import esot3ria.video_util as videoutil |
9 | 9 | ||
10 | # Define model paths. | 10 | # Define model paths. |
11 | MODEL_PATH = "./model/inference_model/segment_inference_model" | 11 | MODEL_PATH = "./model/inference_model/segment_inference_model" |
12 | -TAG_VECTOR_MODEL_PATH = "./tag_vectors.model" | 12 | +TAG_VECTOR_MODEL_PATH = "./model/tag_vectors.model" |
13 | -VIDEO_VECTOR_MODEL_PATH = "./video_vectors.model" | 13 | +VIDEO_VECTOR_MODEL_PATH = "./model/video_vectors.model" |
14 | 14 | ||
15 | # Define static file paths. | 15 | # Define static file paths. |
16 | SEGMENT_LABEL_PATH = "./statics/segment_label_ids.csv" | 16 | SEGMENT_LABEL_PATH = "./statics/segment_label_ids.csv" | ... | ... |
This file is too large to display.
This file is too large to display.
-
Please register or login to post a comment