aunghlaing commited on
Commit
a647f1e
·
verified ·
1 Parent(s): 8a8c8c6
Files changed (1) hide show
  1. 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 = "./best_int8_openvino_model"
12
 
13
  #Organizations model path location
14
- MODEL_REPO_ID = "ITI107-2024S2/6319250G"
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):