https://github.com/toughyear/image-annotator
Annotate any image by creating bounding boxes. Output in JSON format. Useful for path finding in 2d games.
https://github.com/toughyear/image-annotator
image-processing pathfinding phaser
Last synced: 3 months ago
JSON representation
Annotate any image by creating bounding boxes. Output in JSON format. Useful for path finding in 2d games.
- Host: GitHub
- URL: https://github.com/toughyear/image-annotator
- Owner: toughyear
- Created: 2023-04-19T14:47:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T07:30:46.000Z (about 2 years ago)
- Last Synced: 2024-12-28T14:39:47.027Z (5 months ago)
- Topics: image-processing, pathfinding, phaser
- Language: JavaScript
- Homepage: https://toughyear.github.io/image-annotator/
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🎨 Image Annotator 🖍️
A simple web-based tool to annotate any image by creating bounding boxes. The output is in JSON format and can be used for pathfinding in 2D games.
## 🚀 Quick Start
Go to the deployment linked on the sidebar. Select an image file to annotate and start drawing bounding boxes.
## 🌟 Features
- Simple and easy-to-use UI.
- Bounding boxes can be named and output in JSON format.
- Output can be used for pathfinding in 2D games.## 🤝 Contributing
Contributions are always welcome! If you find a bug or have a feature request, please open an issue on the Github repo. If you'd like to contribute code, please fork the repo and submit a pull request.
## 📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
## 📬 Contact
If you have any questions or comments, please feel free to contact me via [Twitter](https://twitter.com/toughyear) or Github.