huggingface / sam2-studio

Apache License 2.0
263 stars 18 forks source link

How Use Large SAM2 with the compiler #34

Open Sane-viola opened 3 hours ago

Sane-viola commented 3 hours ago

Hello, Little problem for me. I install the package on Apple huggingface : SAM2_1LargeImageEncoderFLOAT16 etc... But in the swift code, this doesn't compile and run due to the presence of the small in the code. How debug this ? Thanks a lot :)

Sane-viola commented 3 hours ago

I found the solution : Remplace each error with : 2_1Large instead of 2Small. Sorry for the inconvenience