https://github.com/sur16-cse/annotateme
Annotate the objects using bounding boxes
https://github.com/sur16-cse/annotateme
canvas css-html javascript json-file-store localstorage
Last synced: 29 days ago
JSON representation
Annotate the objects using bounding boxes
- Host: GitHub
- URL: https://github.com/sur16-cse/annotateme
- Owner: sur16-cse
- Created: 2022-06-27T02:09:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T11:30:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T09:33:47.827Z (over 1 year ago)
- Topics: canvas, css-html, javascript, json-file-store, localstorage
- Language: JavaScript
- Homepage: https://sur16-cse.github.io/AnnotateMe/
- Size: 544 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnnotateMe
Fast and efficient BBox annotation

## USAGE
1. Download the zip.
2. Extract it.
3. Open `index.html` in your browser.
4. Load images and classes and start bboxing!
## CONFIGURATION
1. Open index.js.
2. Edit section named `parameters`.
## COMPATIBILITY
All browsers that support ES6 should work. Tested with:
* Chrome v65
* Firefox v58
* Safari v11
* Opera v51
No idea about IE/Edge.
## FEATURES
* Works in your browser on any platform.
* Complete json 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.