This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Replies: 3 comments 4 replies
|
Though I reported this issue as bug, I think it would be problem on my code. |
4 replies
|
@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. |
0 replies
|
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? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions