├── .gitignore ├── README.md ├── batch_imread_dataset.py ├── deeplab_v2.py ├── hed.py ├── res_unet.py └── vgg16_weights └── download_link.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gengyanlei/segmentation_tensorflow/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gengyanlei/segmentation_tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /batch_imread_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gengyanlei/segmentation_tensorflow/HEAD/batch_imread_dataset.py -------------------------------------------------------------------------------- /deeplab_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gengyanlei/segmentation_tensorflow/HEAD/deeplab_v2.py -------------------------------------------------------------------------------- /hed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gengyanlei/segmentation_tensorflow/HEAD/hed.py -------------------------------------------------------------------------------- /res_unet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gengyanlei/segmentation_tensorflow/HEAD/res_unet.py -------------------------------------------------------------------------------- /vgg16_weights/download_link.txt: -------------------------------------------------------------------------------- 1 | 2 | 百度云盘: 3 | 链接:https://pan.baidu.com/s/1gg9jLw3 4 | 密码:umce 5 | --------------------------------------------------------------------------------