All Projects â†’ OvidijusParsiunas â†’ Myvision

OvidijusParsiunas / Myvision

Licence: gpl-3.0
Computer vision based ML training data generation tool 🚀

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Myvision

Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+116.78%)
Mutual labels:  object-detection, yolo, model, vgg
Cv Pretrained Model
A collection of computer vision pre-trained models.
Stars: ✭ 995 (+119.65%)
Mutual labels:  object-detection, model, image
Yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+4296.03%)
Mutual labels:  object-detection, ml, yolo
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+1701.1%)
Mutual labels:  object-detection, ml, yolo
Yolo label
GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2 https://github.com/AlexeyAB/darknet, https://github.com/pjreddie/darknet
Stars: ✭ 128 (-71.74%)
Mutual labels:  object-detection, yolo, annotation
support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Stars: ✭ 142 (-68.65%)
Mutual labels:  model, ml
Object Detection Opencv
YOLO Object detection with OpenCV and Python.
Stars: ✭ 267 (-41.06%)
Mutual labels:  object-detection, yolo
Pytorch Yolo V3
A PyTorch implementation of the YOLO v3 object detection algorithm
Stars: ✭ 3,148 (+594.92%)
Mutual labels:  object-detection, yolo
Alturos.yolo
C# Yolo Darknet Wrapper (real-time object detection)
Stars: ✭ 308 (-32.01%)
Mutual labels:  object-detection, yolo
YOLOv4MLNet
Use the YOLO v4 and v5 (ONNX) models for object detection in C# using ML.Net
Stars: ✭ 61 (-86.53%)
Mutual labels:  ml, yolo
Yolov3v4 Modelcompression Multidatasettraining Multibackbone
YOLO ModelCompression MultidatasetTraining
Stars: ✭ 287 (-36.64%)
Mutual labels:  object-detection, yolo
Deep Sort Yolov4
People detection and optional tracking with Tensorflow backend.
Stars: ✭ 306 (-32.45%)
Mutual labels:  object-detection, yolo
sim2real-docs
Synthesize image datasets of documents in natural scenes with Python+Blender3D
Stars: ✭ 39 (-91.39%)
Mutual labels:  ml, vision
keras cv attention models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
Stars: ✭ 159 (-64.9%)
Mutual labels:  model, coco
Object Detection Api Tensorflow
Object Detection API Tensorflow
Stars: ✭ 267 (-41.06%)
Mutual labels:  object-detection, yolo
vision-camera-image-labeler
VisionCamera Frame Processor Plugin to label images using MLKit Vision
Stars: ✭ 62 (-86.31%)
Mutual labels:  ml, vision
Yolo V2 Pytorch
YOLO for object detection tasks
Stars: ✭ 302 (-33.33%)
Mutual labels:  object-detection, yolo
Foveabox
FoveaBox: Beyond Anchor-based Object Detector
Stars: ✭ 353 (-22.08%)
Mutual labels:  object-detection, coco
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (-25.39%)
Mutual labels:  object-detection, yolo
Tf Faster Rcnn
Tensorflow Faster RCNN for Object Detection
Stars: ✭ 3,604 (+695.58%)
Mutual labels:  object-detection, coco

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

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},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].