GitXplorerGitXplorer
O

myvision

public
592 stars
67 forks
5 issues

Commits

List of commits on branch master.
Unverified
43331fcf9a4e29d5bb1bfd65b617cbe378cf5d35

Deploying to master from @ d503d772eed81e5eba70c0b89be871ce5a19b528 🚀

OOvidijusParsiunas committed a year ago
Verified
d503d772eed81e5eba70c0b89be871ce5a19b528

Merge pull request #52 from OvidijusParsiunas/issue/chinese-mandarin-support

OOvidijusParsiunas committed a year ago
Unverified
07cb8269b0b36e757a018886c033a41a32d3d219

final changes for the translation

OOvidijusParsiunas committed a year ago
Unverified
4861980a37e3328d8397a946dfea076d6a5a0924

updating config and fixing linting bugs

OOvidijusParsiunas committed a year ago
Unverified
d09b924b50f43e958fe807aa19d6f12f140072db

Merge branch 'master' of https://github.com/OvidijusParsiunas/myvision into issue/chinese-mandarin-support

OOvidijusParsiunas committed a year ago
Unverified
282803a8cf009d2d38f73d7cf9f8f65765c5761f

finishing up all translations

OOvidijusParsiunas committed a year ago

README

The README file for this repository.

Logo

Description

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.

Features

Draw bounding boxes and polygons to label your objects:

Logo

Polygon manipulation is enriched with additional features to edit, remove and add new points:

Logo

Supported dataset formats:

Logo

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:

Logo

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:

Logo

Languages

MyVision is available in English and Chinese (Mandarin).

Local setup

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

Citation

@MISC{MyVision,
   author = {Ovidijus Parsiunas},
   title = {{MyVision}},
   howpublished = {\url{https://github.com/OvidijusParsiunas/myvision}},
   year = {2019},
}