/yolov5-annotation-viewer

yolov5 annotation viewer

Primary LanguageC#MIT LicenseMIT

yolov5-annotation-viewer

yolov5 라벨 시각화

image

Support folder structure

└─*any location*
    ├─images
    │   └─*name*.jpg -> source file
    └─labels
        └─*name*.txt -> source file
        
└─*any location*
    *name*.yaml -> header file

label file format : *name*.txt

image

header file format

train: ../train/images
val: ../valid/images

nc: 2
names: ['mask', 'no-mask'] -> required field