All Projects → aralroca → etiketai

aralroca / etiketai

Licence: other
Etiketai is an online tool designed to label images, useful for training AI models

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to etiketai

Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+436.51%)
Mutual labels:  detection, annotations, yolo, imagenet, image-classification
Labelimg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
Stars: ✭ 16,088 (+25436.51%)
Mutual labels:  recognition, detection, annotations, imagenet, image-classification
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+2420.63%)
Mutual labels:  recognition, detection, imagenet, image-classification
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (-11.11%)
Mutual labels:  yolo, imagenet, image-classification
Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+10307.94%)
Mutual labels:  annotations, imagenet, image-classification
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 (+152.38%)
Mutual labels:  recognition, detection, imagenet
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-73.02%)
Mutual labels:  annotations, labels, labelimg
Tensorflow object tracking video
Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
Stars: ✭ 491 (+679.37%)
Mutual labels:  detection, yolo, imagenet
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+11430.16%)
Mutual labels:  annotations, yolo, image-classification
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+428.57%)
Mutual labels:  recognition, detection, imagenet
tensorflow object detection helper tool
tensorflow object detection api helper tool ( custom object detection )
Stars: ✭ 30 (-52.38%)
Mutual labels:  detection, labelimg
darknet
php ffi darknet
Stars: ✭ 21 (-66.67%)
Mutual labels:  detection, yolo
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (-46.03%)
Mutual labels:  detection, yolo
head-network-distillation
[IEEE Access] "Head Network Distillation: Splitting Distilled Deep Neural Networks for Resource-constrained Edge Computing Systems" and [ACM MobiCom HotEdgeVideo 2019] "Distilled Split Deep Neural Networks for Edge-assisted Real-time Systems"
Stars: ✭ 27 (-57.14%)
Mutual labels:  imagenet, image-classification
tools-generation-detection-synthetic-content
Compilation of the state of the art of tools, articles, forums and links of interest to generate and detect any type of synthetic content using deep learning.
Stars: ✭ 107 (+69.84%)
Mutual labels:  images, detection
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (-25.4%)
Mutual labels:  imagenet, image-classification
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-25.4%)
Mutual labels:  yolo, image-classification
Parametric-Contrastive-Learning
Parametric Contrastive Learning (ICCV2021)
Stars: ✭ 155 (+146.03%)
Mutual labels:  imagenet, image-classification
Abnormal-behavior-Detection
Abnormal behavior detection in the video surveillance based on yolo darknet
Stars: ✭ 35 (-44.44%)
Mutual labels:  detection, yolo
Yolo-to-COCO-format-converter
Yolo to COCO annotation format converter
Stars: ✭ 176 (+179.37%)
Mutual labels:  annotations, yolo

Etiketai

etiketai logo

etiketai.vercel.app

follow on Twitter

About Etiketai

Etiketai is an online tool designed to label images, useful for training AI models.

It's totally client-side, there is no request to any server. It is implemented with Next.js + Preact.

Annotations are saved as XML files in PASCAL VOC format, the format used by ImageNet. Besides, it also supports YOLO format.

It's strongly inspired by labelImg.

demo

Why the need of this project?

Although we think that labelImg is a good alternative, there are certain root problems that we are trying to solve with this project:

  • Available in all devices. Being a web application makes it accessible from any device, even tablets and mobiles.
  • No instalation required. It speeds up the start, as it does not require installation and has no dependencies on your operating system. Only the browser.
  • Automatic updates. You will always have the latest version available.
  • Security. No file on your system is directly manipulated. Files are imported/saved using the security layer of your browser.
  • Beginner-friendly. We want it to be an easy-to-use process without losing flexibility. To start, you only need to open a browser with any device.

I wrote a short article in my blog explaining a little more in detail why: https://aralroca.com/blog/etiketai

In future releases

  • Improve tablet / mobile experience.
  • Possibility to train directly your labeled images with the same app and also to save the generated model.
  • Offline support.

Getting started

Etiketai doesn't require any installation 😜. In order to start:

  • Open the web app https://etiketai.vercel.app/
  • Click 'Open'. Here you can import 3 file types: Images (.png, .jpg, .gif, .svg...), XML (PascalVOC labels) and TXT (YOLO labels). Surely the first time you are only interested in importing images, since you will not have any label saved yet. Important: if you want to import already saved labels, you must import it together with the images at the same time. In the case of YOLO, you also must import the classes.txt file.
  • Click and release left mouse to select a region to annotate the rect box. Then, you can name that label or select one of the already used names.
  • Update rect boxes. Once you already labeled a part of the image, you can resize it by clicking on a box corner, move the box using drag & drop, duplicate it (Ctrl + d) or even remove it (⌫ Delete).
  • Move through images. Once you finish annotating all the labels of an image, you can press to the Next and Prev button to move through images and start anottating another image. You can also use the arrows and .
  • Save your changes. You can save the labels of the current file or the labels of all files. At this point, you can decide in which format you want to save them (XML for ImageNet or TXT for YOLO). In the case of YOLO, a file named classes.txt is saved too and it defines the list of class names that your YOLO label refers to.

Hotkeys

Key Action
o Open/import files
s Save
d Duplicate the selected box
del Remove the selected box
Next image
Prev image
+ Zoom in
- Zoom out
0 Reset zoom

They are applicable when the input-text to name the label is not focused.

Contribute

We encourage you to send any pull-quest, even as a draft. It is a project that we want to grow according to the needs of the community.

License

Free software: MIT license

Contributors

Thanks goes to these wonderful people (emoji key):


Aral Roca Gomez

🚇 🚧 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

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