Commit History

Updated line 21 with: self.model = yolov9.load(self.model_path, device="cpu") # Inference generated from CPU (And a # on line 22)
bdc8c91
verified

TroglodyteDerivations commited on

Updated method perform_inference on lines 33-34 with: self.load_model(model_id) # Load the model before performing inference self.configure_model(conf_threshold, iou_threshold)
35760d1
verified

TroglodyteDerivations commited on

Updated line 31 with: def perform_inference(self, img_path,model_id,image_size, conf_threshold, iou_threshold):
2153b39
verified

TroglodyteDerivations commited on