Subh775 commited on
Commit
5267d9e
·
1 Parent(s): 3dabfd2

path corrected in model.py

Browse files
Files changed (1) hide show
  1. backend/model.py +1 -1
backend/model.py CHANGED
@@ -7,7 +7,7 @@ load_dotenv()
7
 
8
  MODEL_DIR = Path(__file__).parent / "weights"
9
  PT_PATH = MODEL_DIR / "best.pt"
10
- OV_DIR = MODEL_DIR / "best_openvino_model"
11
 
12
 
13
  def ensure_openvino():
 
7
 
8
  MODEL_DIR = Path(__file__).parent / "weights"
9
  PT_PATH = MODEL_DIR / "best.pt"
10
+ OV_DIR = MODEL_DIR / "best_int8_openvino_model"
11
 
12
 
13
  def ensure_openvino():