FastSAM icon indicating copy to clipboard operation
FastSAM copied to clipboard

Converting FastSAM to torchscript format

Open HenryParkG opened this issue 7 months ago • 0 comments

I want to convert FastSAM-s.pt or FastSAM-x.pt to torchscript format

However, the conversion process does not seem simple. If I convert using the Tracing method, I cannot input the existing argument values, such as point_coords or point_labels.

Also, I tried to convert using the Annotating method, but I cannot write the code. Is there any example code or reference material?

HenryParkG avatar May 26 '25 04:05 HenryParkG