Reproducing the same images #226
Replies: 3 comments 2 replies
-
Converting to a Discussion as this does not seemingly document a bug. Hello @SulaimanHasani, the demo script is a smaller U-Net intended to help new people get started with the software. For the leaderboard submission, you can see the results in this folder. |
Beta Was this translation helpful? Give feedback.
-
Thank you @mmuckley for this information, I ran the code in the folder that you have shared with me and the results I get is shown below, the left image is the input image where the right image is the output from the U-net. Not sure what I am doing wrong. |
Beta Was this translation helpful? Give feedback.
-
Dear @mmuckley , I really appreciate your reply and the explanation of the situation, Just to clarify, I have no issue when running the run_pretrained_unet_inference.py using the pretrained model, it does give me good results, however when I generate a model using the unet_knee_sc_leaderboard.py the results I get when running run_pretrained_unet_inference.py and using this generated model is as shown in the below: |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have trained a unet using the code unet_train_demo and the data set available from FastMRI, When comparing the output images from running the trained unet with the output images from running the pre trained model available online unet_knee_sc_leaderboard I don't get the same quality of images.
Can you please guide me on how to reproduce the same quality of images.
Thank you for your support
Beta Was this translation helpful? Give feedback.
All reactions