Skip to content

Commit 3b2dd71

Browse files
committed
2 parents 8ff5f16 + 8a23750 commit 3b2dd71

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# [WIP] DeepLab V3+ PyTorch
1+
# DeepLab V3+ PyTorch
22
DeepLab V3+ is a state-of-the-art model for semantic segmentation.
33

4-
This repository contains a PyTorch implementation of DeepLab V3+ for full driving scene segmentation tasks.
4+
This repository contains a PyTorch implementation of DeepLab V3+ trained for full driving scene segmentation tasks.
5+
6+
## Pending Tasks
7+
8+
- [x] Base DeepLab model
9+
- [x] DeepLab decoder module
10+
- [x] Xception feature extractor backbone
11+
- [x] Dataloaders, train script, metrics
12+
- [x] Data augmentation pipeline
13+
- [ ] Upload pretrained weights and results
14+
- [ ] Planned extensions
15+
- [x] Mixed precision training
16+
- [ ] Faster, MobileNet-v2 backbone
17+
- [ ] Pretraining all backbones on ImageNet
18+
- [ ] Dataloader for City-scapes
19+
- [ ] Dataloader for Baidu apollo dataset
20+
- [ ] Setup inference mode

0 commit comments

Comments
 (0)