Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 语义分割
- Host: GitHub
- URL: https://github.com/gengyanlei/segmentation_tensorflow
- Owner: gengyanlei
- Created: 2018-04-02T11:32:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T08:17:05.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T22:15:56.064Z (almost 2 years ago)
- Topics: deeplab-v2, hed, res-unet, tensorflow
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)