2D P-Net 구현 및 학습

[Google Colab]

Google Colaboratory

[WandB]

younnggsuk

PASCAL VOC 2012 Dataset

GitHub - yassouali/pytorch-segmentation: Semantic segmentation models, datasets and losses implemented in PyTorch.

DeepLabV3과 같은 segmentation 관련 논문을 보면, Semantic contours from inverse detectors의 annotation을 추가로 사용하여, trainaug라고 부르는 10582장의 이미지로 구성된 데이터로 학습을 수행합니다.

trainaug 데이터셋을 바로 내려받는 링크는 없어서, 위의 링크를 참고해 데이터셋을 구성하는 방법을 정리하였습니다.

  1. Pascal VOC 2012 datset

  2. Augment dataset

  3. 확인

    VOCtrainval_11-May-2012
    ├── VOCdevkit
    │   ├── VOC2012
    │   │   ├── Annotations
    │   │   ├── ImageSets
    │   │   │   ├── Segmentation
    │   │   │       ├── test_aug.txt
    │   │   │       ├── train_aug.txt
    │   │   │       ├── trainval_aug.txt
    │   │   │       ├── val_aug.txt
    │   │   ├── JPEGImages
    │   │   ├── SegmentationClass
    │   │   ├── SegmentationClassAug
    │   │   ├── SegmentationObject