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
Hello! Because the value range of PET Image, CT and Pathological Image are quite diffierent. Have you do any preprocessing? And how to do it?
To accommodate input for the SAM model, I initially converted all images to 8-bit for both SAM input and image restoration in the experiment of the paper. However, I now realize this approach may not be ideal. We only need to preprocess the images to 8-bit when inputting them to the SAM model for obtaining region partitioning masks. The images should then be processed within their original data range.
Hello! Because the value range of PET Image, CT and Pathological Image are quite diffierent. Have you do any preprocessing? And how to do it?
The text was updated successfully, but these errors were encountered: