Segment Anything Model (SAM) How do i predict_torch with multiple boxes with their corresponding points?
I am currently trying out Segment Anything Model (SAM) and my problem needs a multiple boxes with their corresponding points for specificity inside the box. for example box1 = [#, #, # ,#] with its points [x,y] and the class [0 or 1], and then having multiple of those in a single image.