File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- # [ WIP ] DeepLab V3+ PyTorch
1
+ # DeepLab V3+ PyTorch
2
2
DeepLab V3+ is a state-of-the-art model for semantic segmentation.
3
3
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
You can’t perform that action at this time.
0 commit comments