MyVision is a free online image annotation tool used for generating computer vision based ML training data. It is designed with the user in mind, offering features to speed up the labelling process and help maintain workflows with large datasets.
Draw bounding boxes and polygons to label your objects:
Polygon manipulation is enriched with additional features to edit, remove and add new points:
Supported dataset formats:
Annotating objects can be a difficult task... You can skip all the hard work and use a pre-trained machine learning model to automatically annotate the objects for you. MyVision leverages the popular 'COCO-SSD' model to generate bounding boxes for your images and by operating locally on your browser - retain all data within the privacy of your computer:
You can import existing annotation projects and continue working on them in MyVision. This process can also be used to convert datasets from one format to another:
MyVision is available in English and Chinese (Mandarin).
No setup is required to run this project, open the index.html file and you are all set! However, if you want to make changes or contribute to this repository, please follow the instructions below:
# Requirements: Node version 10+ and NPM version 6+
# Install node dependencies:
$ npm install
# Run the project in watch mode:
$ npm run watch
# All changes should be made in the src directory and observed in publicDev
@MISC{MyVision,
author = {Ovidijus Parsiunas},
title = {{MyVision}},
howpublished = {\url{https://github.com/OvidijusParsiunas/myvision}},
year = {2019},
}