Spaces:
Sleeping
Sleeping
Create config/config.yaml
Browse files- config/config.yaml +9 -0
config/config.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
artifacts:
|
2 |
+
artifacts_dir: artifacts
|
3 |
+
pickle_format_data_dir: pickle_format_data
|
4 |
+
img_pickle_file_name: img_pickle_file.pkl
|
5 |
+
pickle_actor_names : actor_names.pkl
|
6 |
+
cropped_dir: __Cropped_data
|
7 |
+
feature_extraction_dir: extracted_features
|
8 |
+
extracted_features_name: embedding.pkl
|
9 |
+
upload_image_dir: upload
|