Replies: 3 comments 4 replies
-
Though I reported this issue as bug, I think it would be problem on my code. |
Beta Was this translation helpful? Give feedback.
-
@PureRabbit @khlee0192 could one of you try using the pretrained inference script on your data? In particular, also make sure your preprocessing matches the UNet DataTransform. |
Beta Was this translation helpful? Give feedback.
-
Hello @mmuckley, After I opened the images of testing (train_unet_demo.py) that the Unet model gave me and the results are these: If it is usuful I run the model with max_epochs=50 and lr=0.001, # learning rate So my question is, What is wrong with the testing images of my training model? |
Beta Was this translation helpful? Give feedback.
-
I am working on applying different loss functions on unet module.
To do that, I tried to run train_unet_demo.py file with channel of 128
(the leaderboard code has 256, but I had to decrease channels due to GPU memory)
However, tested images comes out to be very strange. Providing my image and ground truth image, my image seems to have some kind of shape but not the exact type.
I tried to fix this by changing color map or manually calculating pixel values, but did not work well. Could you give any idea to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions