Skip to content

Commit 2fcccf0

Browse files
authored
Update README.md
1 parent c4b51e4 commit 2fcccf0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DeepLabv3Plus-Pytorch
22

3-
DeepLabv3, DeepLabv3+ with pretrained models for Pascal VOC & Cityscapes.
3+
Pretrained DeepLabv3, DeepLabv3+ for Pascal VOC & Cityscapes.
44

55
## Quick Start
66

@@ -50,6 +50,10 @@ Image folder:
5050
python predict.py --input datasets/data/cityscapes/leftImg8bit/train/bremen --dataset cityscapes --model deeplabv3plus_mobilenet --ckpt checkpoints/best_deeplabv3plus_mobilenet_cityscapes_os16.pth --save_val_results_to test_results
5151
```
5252

53+
### 6. New backbones
54+
55+
Please refer to [this commit (Xception)](https://github.com/VainF/DeepLabV3Plus-Pytorch/commit/c4b51e435e32b0deba5fc7c8ff106293df90590d) for more detials about adding new backbones.
56+
5357
## Results
5458

5559
### 1. Performance on Pascal VOC2012 Aug (21 classes, 513 x 513)

0 commit comments

Comments
 (0)