All Projects → drainingsun → Ybat

drainingsun / Ybat

Licence: mit
Ybat - YOLO BBox Annotation Tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ybat

Simrdwn
Rapid satellite imagery object detection
Stars: ✭ 159 (-8.09%)
Mutual labels:  yolo, bounding-boxes
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-72.83%)
Mutual labels:  yolo, bounding-boxes
Carnd Vehicle Detection
Vehicle detection using YOLO in Keras runs at 21FPS
Stars: ✭ 367 (+112.14%)
Mutual labels:  yolo, bounding-boxes
Bmw Yolov4 Inference Api Gpu
This is a repository for an nocode object detection inference API using the Yolov3 and Yolov4 Darknet framework.
Stars: ✭ 237 (+36.99%)
Mutual labels:  yolo, bounding-boxes
Openlabeling
Label images and video for Computer Vision applications
Stars: ✭ 706 (+308.09%)
Mutual labels:  yolo, bounding-boxes
Pyyolo
Simple python wrapper for YOLO.
Stars: ✭ 128 (-26.01%)
Mutual labels:  yolo
Bmw Labeltool Lite
This repository provides you with a easy to use labeling tool for State-of-the-art Deep Learning training purposes.
Stars: ✭ 145 (-16.18%)
Mutual labels:  yolo
Unified Gesture And Fingertip Detection
A Unified Convolutional Neural Network Approach of Gesture Recognition and Fingertip Detection.
Stars: ✭ 121 (-30.06%)
Mutual labels:  yolo
Yolo segmentation
image (semantic segmentation) instance segmentation by darknet or yolo
Stars: ✭ 143 (-17.34%)
Mutual labels:  yolo
Yolo V3 Iou
YOLO3 动漫人脸检测 (Based on keras and tensorflow) 2019-1-19
Stars: ✭ 116 (-32.95%)
Mutual labels:  yolo
Yolo2
Train YOLOv2 object detector from scratch using Tensorflow.
Stars: ✭ 136 (-21.39%)
Mutual labels:  yolo
Vehicle Detection
Compare FasterRCNN,Yolo,SSD model with the same dataset
Stars: ✭ 130 (-24.86%)
Mutual labels:  yolo
Darknet2ncnn
Darknet2ncnn converts the darknet model to the ncnn model
Stars: ✭ 149 (-13.87%)
Mutual labels:  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 (-26.01%)
Mutual labels:  yolo
React Image Annotate
Create image annotations. Classify, tag images with polygons, bounding boxes or points.
Stars: ✭ 165 (-4.62%)
Mutual labels:  bounding-boxes
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+817.92%)
Mutual labels:  bounding-boxes
Nanonets object tracking
Stars: ✭ 134 (-22.54%)
Mutual labels:  yolo
Bmw Tensorflow Inference Api Cpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 158 (-8.67%)
Mutual labels:  bounding-boxes
Imgaug
Image augmentation for machine learning experiments.
Stars: ✭ 12,107 (+6898.27%)
Mutual labels:  bounding-boxes
Tf2 Yolov4
A TensorFlow 2.0 implementation of YOLOv4: Optimal Speed and Accuracy of Object Detection
Stars: ✭ 133 (-23.12%)
Mutual labels:  yolo

Ybat - YOLO BBox Annotation Tool

Fast and efficient BBox annotation for your images in YOLO, and now, VOC/COCO formats!

INTRO

To see why and for what this was created, please read Ybat - YOLO BBox Annotation Tool

Sample

USAGE

  1. Download the zip.
  2. Extract it.
  3. Open ybat.html in your browser.
  4. Load images and classes and start bboxing!

CONFIGURATION

  1. Open ybat.js.
  2. Edit section named parameters.

COMPATIBILITY

All browsers that support ES6 should work. Tested with:

  • Chrome v65
  • Firefox v58
  • Safari v11
  • Opera v51

No idea about IE/Edge.

FEATURES

  • NEW! Basic Pascal VOC and COCO format support.
  • Works in your browser on any platform.
  • Complete YOLO format support.
  • No need for image upload - everything is done locally!
  • Zooming and panning images with guidelines for precise bboxing.
  • Fast navigation for quick bboxing.
  • Auto save in memory in case of accidental refreshes and crashes.
  • Ability to crop your bboxes and save the resulting images.
  • Information on both image and current bbox.

CAVEATS

  • Loading many and or big images might take a while. This is because tool needs to figure out image dimensions.
  • Cropping many items might crash your browser. This and above will be fixed at some point.

CONTRIBUTING

Go nuts! Just don't forget to follow eslint guidelines. Credit will be given where it's due.

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].