Skip to content

Soju06/yolov5-annotation-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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