FastSAM
FastSAM copied to clipboard
Bounding box dimension not surrounding masks
Hi, I was plotting the bounding boxes on masks for visualiztion. boxes = everything_results[0].boxes.data and masks = everything_results[0].boxes.data
converted xywh format to xyxy format.
Bounding boxes are not surrounding masks ? Can someone tell why this is happening ? Is there any postprocessing which is to be done ?