Marwan Dessouki
Marwan Dessouki
To whoever is still running into this bug, I found a good fix in Shopify's implementation template (@vuestorefront/template-shopify). Briefly, the problem I was running into was when: you go to...
@vietanhdev I've noticed all of the converted SAM2 models output a mask in a 256x256 resolution. Is this configurable? Ideally I want it to be the same as the input...
> @vietanhdev I recommend adding `masks = F.interpolate(masks, (img_size[0], img_size[1]), mode="bilinear", align_corners=False)` to the decoder to get smoother results than doing the upscale with opencv > > here is the...
I'm getting this Network error with Expo too, usually happens when restoring the app from the background. The issue is that the auth state becomes out of sync, clerk thinks...