V1
Browse files- twoobjectdetect.py +2 -2
twoobjectdetect.py
CHANGED
@@ -8,10 +8,10 @@ import os
|
|
8 |
#model_path1 = "C:\Users\aungh\Downloads\6319250G\best_int8_openvino_model"
|
9 |
|
10 |
# Define the path to the YOLOv8 mo
|
11 |
-
model_path = "
|
12 |
|
13 |
#Organizations model path location
|
14 |
-
MODEL_REPO_ID = "
|
15 |
|
16 |
#load model
|
17 |
def load_model(repo_id):
|
|
|
8 |
#model_path1 = "C:\Users\aungh\Downloads\6319250G\best_int8_openvino_model"
|
9 |
|
10 |
# Define the path to the YOLOv8 mo
|
11 |
+
model_path = "best_int8_openvino_model"
|
12 |
|
13 |
#Organizations model path location
|
14 |
+
MODEL_REPO_ID = "aunghlaing/testmodel"
|
15 |
|
16 |
#load model
|
17 |
def load_model(repo_id):
|