OvidijusParsiunas / myvision
- вторник, 21 июля 2020 г. в 00:24:35
JavaScript
Computer vision based ML training data generation tool. 🚀
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:
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:
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 8+ and NPM version 6+
# Install node dependencies:
$ npm install
# Run the project in watch mode:
$ npm run watch