Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drainingsun/ybat
Ybat - YOLO BBox Annotation Tool
https://github.com/drainingsun/ybat
annotation-tool annotator bbox bounding-boxes yolo yolo-9000 yolo-bbox-annotation yolo-format yolov2
Last synced: 3 days ago
JSON representation
Ybat - YOLO BBox Annotation Tool
- Host: GitHub
- URL: https://github.com/drainingsun/ybat
- Owner: drainingsun
- License: mit
- Created: 2018-02-14T13:44:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T21:43:27.000Z (about 1 year ago)
- Last Synced: 2024-05-23T08:34:03.652Z (6 months ago)
- Topics: annotation-tool, annotator, bbox, bounding-boxes, yolo, yolo-9000, yolo-bbox-annotation, yolo-format, yolov2
- Language: JavaScript
- Homepage:
- Size: 2.55 MB
- Stars: 261
- Watchers: 5
- Forks: 92
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ybat - YOLO BBox Annotation Tool
Fast and efficient BBox annotation for your images in YOLO, and now, VOC/COCO formats!## INTRO
To see why and for what this was created, please read [Ybat - YOLO BBox Annotation Tool](https://medium.com/@drainingsun/ybat-yolo-bbox-annotation-tool-96fb765d0036)![Sample](cute.png)
## USAGE
1. Download the zip.
2. Extract it.
3. Open `ybat.html` in your browser.
4. Load images and classes and start bboxing!## CONFIGURATION
1. Open ybat.js.
2. Edit section named `parameters`.## COMPATIBILITY
All browsers that support ES6 should work. Tested with:* Chrome v65
* Firefox v58
* Safari v11
* Opera v51No idea about IE/Edge.
## FEATURES
* **NEW! Basic Pascal VOC and COCO format support.**
* Works in your browser on any platform.
* Complete YOLO format support.
* No need for image upload - everything is done locally!
* Zooming and panning images with guidelines for precise bboxing.
* Fast navigation for quick bboxing.
* Auto save in memory in case of accidental refreshes and crashes.
* Ability to crop your bboxes and save the resulting images.
* Information on both image and current bbox.## CAVEATS
* Loading many and or big images might take a while. This is because tool needs to figure out image dimensions.
* Cropping many items might crash your browser. This and above will be fixed at some point.## CONTRIBUTING
Go nuts! Just don't forget to follow eslint guidelines. Credit will be given where it's due.