This repository and codes are largely based on and modified from deeplab-pytorch. I highly recommend visiters to visit the GitHub.
set | CRF | mIoU |
---|---|---|
val | O | 78.8% |
test | O | 79.1% |
set | CRF | mIoU |
---|---|---|
val | O | 77.02% |
- Operating System:
- Ubuntu 16.04.5
- CUDA:
- CUDA V10.0.130
- Nvidia driver:
- 418.87.01
- Python:
- python 3.6.8
- Python package:
- tqdm, opencv-python, pydensecrf,...
- Pytorch:
- pytorch-gpu 1.4.0
Visual Object Classes Challenge 2012 (VOC2012)
python main.py train --config-path configs/voc12ImageNet.yaml
python main.py test --config-path configs/voc12Test.yaml
python main.py crf --config-path configs/voc12Test.yaml --n-jobs 8
- Please try small batch size and image size
- Disable evaluate during training
-
L.-C. Chen, G. Papandreou, I. Kokkinos, K. Murphy, A. L. Yuille. DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs. IEEE TPAMI, 2018.
Project / Code / arXiv paper -
H. Caesar, J. Uijlings, V. Ferrari. COCO-Stuff: Thing and Stuff Classes in Context. In CVPR, 2018.
Project / arXiv paper -
M. Everingham, L. Van Gool, C. K. I. Williams, J. Winn, A. Zisserman. The PASCAL Visual Object Classes (VOC) Challenge. IJCV, 2010.
Project / Paper