raf329

Results 3 issues of raf329

HI! I used code from this link https://pypi.org/project/yolov7detect/: model = yolov7.load('yolov7.pt') # set model parameters model.conf = 0.25 # NMS confidence threshold model.iou = 0.45 # NMS IoU threshold model.classes...

Hi! 1. Is it possible to implement probEn method in real time application without saving results of prediction to files? Best Regards!