Open joonmy opened 9 months ago
Moreover, why model 2 is WNet while model 1 is just ResWNet?
Why the code make H-component & voronoi diagram & cluster annotation only for train dataset? In your val() function, valid image also need those informatoin.
Network's input channel is 1. However, in your code, the pretrained weight of ResNet has 3 channel. How could you use the pretrained weight?
Hello, thank you for your work. I have a question. what is the recommended python version? I think there are some dependency issues when I run 'pip install -r requirement.txt'.