kadirnar / Yolov7-SAHI

A lightweight vision library for performing large scale object detection & instance segmentation
MIT License
51 stars 14 forks source link

inference #10

Open mahilaMoghadami opened 1 year ago

mahilaMoghadami commented 1 year ago

Hello for inferencing, I get this error:

raise ValueError("Model is not loaded, load it by calling .load_model()") ValueError: Model is not loaded, load it by calling .load_model()

while Im sure about my model path and file correctness.