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
Hi, thanks for your great code. i tried to reproduce your result on inBreast dataset nut i couldn't get any similar or even close results. i tried to preprocess inbreast dicom images as you said in yor paper. is there any specific preprocessing that we should do? could you please add some code so we can regenerate your result on inbreast?
The text was updated successfully, but these errors were encountered:
There is no other preprocessing than described in this section of the paper:
The images had low contrast, therefore we adjusted the window of the pixel levels. The pixel values were clipped to be minimum 500 pixel lower and maximum 800 pixels higher than the mode of the pixel value distribution (excluding the background) and were rescaled to the 0–255 range.
The mode of the pixel values was determined for every single image.
Otherwise the demo notebook should produce the the same results as in the paper.
Note, that you should use the published prototxt files, and the the published weights.
Hi, thanks for your great code. i tried to reproduce your result on inBreast dataset nut i couldn't get any similar or even close results. i tried to preprocess inbreast dicom images as you said in yor paper. is there any specific preprocessing that we should do? could you please add some code so we can regenerate your result on inbreast?
The text was updated successfully, but these errors were encountered: