Spaces:
Sleeping
Sleeping
Update prompts_and_chema.py
Browse files- prompts_and_chema.py +9 -9
prompts_and_chema.py
CHANGED
@@ -82,16 +82,16 @@ Try to use PySDK code as much as possible. Try to generalize user's question to
|
|
82 |
I will attach example references and ask users question, your job is to generate a response along with code as instructed above. '''
|
83 |
|
84 |
get_txt_files = {
|
85 |
-
"hello_world_of_pysdk": "
|
86 |
-
"single_model_inference": "
|
87 |
-
"running_yolo_models": "
|
88 |
-
"model_pipelining": "
|
89 |
-
"class_filtering": "
|
90 |
-
"overlay_effects": "
|
91 |
-
"running_inference_on_video": "
|
92 |
"person_re_identification_or_extracting_embeddings": "/content/text_files/014_person_reid.txt",
|
93 |
-
"zone_counting": "
|
94 |
-
"custom_video_source": "
|
95 |
}
|
96 |
|
97 |
intent_description_map = {
|
|
|
82 |
I will attach example references and ask users question, your job is to generate a response along with code as instructed above. '''
|
83 |
|
84 |
get_txt_files = {
|
85 |
+
"hello_world_of_pysdk": "text_files/001_quick_start.txt",
|
86 |
+
"single_model_inference": "text_files/object_detection_image.txt",
|
87 |
+
"running_yolo_models": "text_files/002_yolov8.txt",
|
88 |
+
"model_pipelining": "text_files/007_model_pipelining.txt",
|
89 |
+
"class_filtering": "text_files/object_detection_class_filtering.txt",
|
90 |
+
"overlay_effects": "text_files/013_overlay_effects.txt",
|
91 |
+
"running_inference_on_video": "text_files/object_detection_video_stream.txt",
|
92 |
"person_re_identification_or_extracting_embeddings": "/content/text_files/014_person_reid.txt",
|
93 |
+
"zone_counting": "text_files/009_zone_counting.txt",
|
94 |
+
"custom_video_source": "text_files/016_custom_video_source.txt",
|
95 |
}
|
96 |
|
97 |
intent_description_map = {
|