Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srihari-humbarwadi/FastFCN_TF2.0

TensorFlow2.0 implementation FastFCN - https://arxiv.org/pdf/1903.11816v1.pdf
https://github.com/srihari-humbarwadi/FastFCN_TF2.0

Last synced: 3 months ago
JSON representation

TensorFlow2.0 implementation FastFCN - https://arxiv.org/pdf/1903.11816v1.pdf

Awesome Lists containing this project

README

        

## Architecture
![](architecture.png)

## Implementation Details
- Backbone : ResNet101
- Head : ASPP (DeepLabv3+)

## TODO
- [ ] Random Scaling in input pipeline
- [ ] Complete Training on Cityscapes
- [ ] Upload weights