Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gengyanlei/segmentation_tensorflow

semantic segmentation tensorflow 语义分割
https://github.com/gengyanlei/segmentation_tensorflow

deeplab-v2 hed res-unet tensorflow

Last synced: 2 months ago
JSON representation

semantic segmentation tensorflow 语义分割

Awesome Lists containing this project

README

        

## Semantic Segmentation Network tensorflow
```
author is leilei

python: 3.6+
tensorflow: 1.2.1-1.8 (has tested)
```

### Support Network
- [x] deeplab_v2
- [x] res_unet
- [x] hed
- [ ] ...

### Note
```
由于2016-2019研究生期间,复写1个语义分割网络,就上传1个github仓库,不好的习惯!
因此,删除了许多已经star的仓库,整合到此仓库下面。
但是,目前个人很少使用tensorflow 1.12以上的版本,且整体训练代码也遗忘,
这里仅记录自己复写的网络结构代码,github也有其它各类的项目参考,这里就不再更新!

个人持续更新的语义分割网络(含训练-测试-数据增强等)-pytorch版本:
https://github.com/gengyanlei/segmentation_pytorch
```
+ [segmentation_pytorch](https://github.com/gengyanlei/segmentation_pytorch)