detection 코드 정리하다가 pascal voc 클래스 dictionary를 따로 메모해 놓음
{'__background__': 0,
'aeroplane': 1,
'bicycle': 2,
'bird': 3,
'boat': 4,
'bottle': 5,
'bus': 6,
'car': 7,
'cat': 8,
'chair': 9,
'cow': 10,
'diningtable': 11,
'dog': 12,
'horse': 13,
'motorbike': 14,
'person': 15,
'pottedplant': 16,
'sheep': 17,
'sofa': 18,
'train': 19,
'tvmonitor': 20}
'딥러닝관련 > Detection' 카테고리의 다른 글
Single shot detector에서 bounding box 예측(offset 및 SSD output based) (0) | 2022.07.04 |
---|---|
SSD - VGG backbone feature (0) | 2022.06.23 |
SSD(single shot detector) 코드 분석 1. (data) (0) | 2022.06.04 |
SSD(single shot detector) 코드 분석 0. (prior box) (0) | 2022.05.17 |
PASCAL VOC detection 데이터 및 라벨 구조(간단히 정리) (0) | 2022.05.02 |