You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're normalizing the image twice - once in the dataset (polyp for example) by calling sam.preprocess(img), and another time time in sam_call by calling sam.preprocess again, is this on purpose or am i missing something?
Hi,
It looks like you're normalizing the image twice - once in the dataset (polyp for example) by calling sam.preprocess(img), and another time time in sam_call by calling sam.preprocess again, is this on purpose or am i missing something?