Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Soju06/yolov5-annotation-viewer
yolov5 annotation viewer
https://github.com/Soju06/yolov5-annotation-viewer
Last synced: 2 months ago
JSON representation
yolov5 annotation viewer
- Host: GitHub
- URL: https://github.com/Soju06/yolov5-annotation-viewer
- Owner: Soju06
- License: mit
- Created: 2022-05-21T09:27:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T13:12:08.000Z (over 2 years ago)
- Last Synced: 2024-08-03T01:26:18.973Z (6 months ago)
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-machine-learning - Soju06/yolov5-annotation-viewer - annotation-viewer?style=social"/> : yolov5 annotation viewer. (Uncategorized / Uncategorized)
- awesome-yolo-object-detection - Soju06/yolov5-annotation-viewer - annotation-viewer?style=social"/> : yolov5 annotation viewer. (Other Versions of YOLO)
- awesome-yolo-object-detection - Soju06/yolov5-annotation-viewer - annotation-viewer?style=social"/> : yolov5 annotation viewer. (Other Versions of YOLO)
README
# yolov5-annotation-viewer
yolov5 라벨 시각화
![image](https://user-images.githubusercontent.com/34199905/170930845-37b16fd4-db2d-464c-b4bb-71996caddbf2.png)
## 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](https://sguys99.github.io/assets/images/2021-12-21-ds1/ds01.04.jpg)
header file format
```yaml
train: ../train/images
val: ../valid/imagesnc: 2
names: ['mask', 'no-mask'] -> required field
```