FastSAM
FastSAM copied to clipboard
I can't run the code!
File "/root/FastSAM/fastsam/utils.py", line 17, in adjust_bboxes_to_image_border boxes[:, 0] = torch.where(boxes[:, 0] < threshold, 0, boxes[:, 0]) # x1 RuntimeError: expected scalar type long int but found float