# coco-annotator **Repository Path**: mvcdoc/coco-annotator ## Basic Information - **Project Name**: coco-annotator - **Description**: 图像标注 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-28 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Features • Wiki • Getting Started • Issues • License
--- COCO Annotator is a web-based image annotation tool designed for versatility and efficiently label images to create training data for image localization and object detection. It provides many distinct features including the ability to label an image segment (or part of a segment), track object instances, labeling objects with disconnected visible parts, efficiently storing and export annotations in the well-known [COCO format](http://cocodataset.org/#format-data). The annotation process is delivered through an intuitive and customizable interface and provides many tools for creating accurate datasets.Join our growing discord community of ML practitioner
Checkout the video for a basic guide on installing and using COCO Annotator.
Note: This video is from v0.1.0 and many new features have been added.
If you enjoy my work please consider supporting me
https://datatorch.io · support@datatorch.io · Next generation of coco-annotator
# Built With Thanks to all these wonderful libaries/frameworks: ### Backend - [Flask](http://flask.pocoo.org/) - Python web microframework - [MongoDB](https://www.mongodb.com/) - Cross-platform document-oriented database - [MongoEngine](http://mongoengine.org/) - Python object data mapper for MongoDB ### Frontend - [Vue](https://vuejs.org/) - JavaScript framework for building user interfaces - [Axios](https://github.com/axios/axios) - Promise based HTTP client - [PaperJS](http://paperjs.org/) - HTML canvas vector graphics library - [Bootstrap](https://getbootstrap.com/) - Frontend component library # License [MIT](https://tldrlegal.com/license/mit-license) # Citation ``` @MISC{cocoannotator, author = {Justin Brooks}, title = {{COCO Annotator}}, howpublished = "\url{https://github.com/jsbroks/coco-annotator/}", year = {2019}, } ```