Closed migari01 closed 4 years ago
If I understand both networks correctly, then one of the major differences is that the Tensorflow unet uses residual blocks and is potentially much deeper than the shallow Caffe segmentation network. The author will probably be able to give a more conclusive answer though.
Hello,
I have been trying to run your code for semantic segmentation with UNet on the Bed and Bottle dataset you provided, and the network does not seem to converge. I have used the same configuration as HRNet config, but changed option model from "hrnet" to "unet". Did you use a different configuration for your experiments? If yes, could you please share it?
Also, is this network the equivalent of Caffe O-CNN version for segmentation? Are there any significant differences?
Thank you