Herick Asmani
Results
2
issues of
Herick Asmani
I get following error when I run the model ```python File /root/FastSAM/fastsam/utils.py:17, in adjust_bboxes_to_image_border(boxes, image_shape, threshold) 14 h, w = image_shape 16 # Adjust boxes ---> 17 boxes[:, 0] =...
It looks like whatever input I give to max_det parameter, it only detects max 300 detections. Here is the code snippet: `results = model.predict(img, imgsz= 640, conf=0.05, max_det=750)`