This is a Segnet pytorch implementation. To ensure proper operation, this version has been improved from [https://github.com/say4n/pytorch-segnet].
Improvements include:
Change the file read mode to make a txt file read, specific implementation method can be seen at [https://blog.csdn.net/chenzhoujian_/article/details/106873451?spm=1001.2014.3001.5506]
Add segnet-basic network and segnet-bayesian options to the original segnet network model.