Hi, I found some error in my deployment for the backend of the SAM model, and I am not sure which part was wrong. May I get some help?
My command for the backend is:
label-studio-ml start sam --port 8003 --with sam_config=vit_l sam_checkpoint_file=./sam_vit_l_0b3195.pth out_mask=True out_bbox=True device=cuda:0
Then when I run the validate button in the Label Studio, it shows:

I was wondered if this error is due to timm.
Hi, I found some error in my deployment for the backend of the SAM model, and I am not sure which part was wrong. May I get some help?
My command for the backend is:
label-studio-ml start sam --port 8003 --with sam_config=vit_l sam_checkpoint_file=./sam_vit_l_0b3195.pth out_mask=True out_bbox=True device=cuda:0Then when I run the validate button in the Label Studio, it shows:

I was wondered if this error is due to timm.