All Projects → sweppner → Labeld

sweppner / Labeld

Licence: agpl-3.0
LabelD is a quick and easy-to-use image annotation tool, built for academics, data scientists, and software engineers to enable single track or distributed image tagging. LabelD supports both localized, in-image (multi-)tagging, as well as image categorization.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Labeld

Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+4982.95%)
Mutual labels:  image-classification, annotations, image-annotation
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+5531.01%)
Mutual labels:  image-classification, annotations, image-annotation
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+162.02%)
Mutual labels:  image-classification, annotations, image-annotation
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (+190.7%)
Mutual labels:  deep-neural-networks, image-classification
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (-51.16%)
Mutual labels:  annotations, image-classification
jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-85.27%)
Mutual labels:  image-annotation, annotations
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (+89.15%)
Mutual labels:  deep-neural-networks, image-classification
Labelme
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
Stars: ✭ 7,742 (+5901.55%)
Mutual labels:  annotations, image-annotation
Quickdraw
Implementation of Quickdraw - an online game developed by Google
Stars: ✭ 805 (+524.03%)
Mutual labels:  deep-neural-networks, image-classification
Channel Pruning
Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
Stars: ✭ 979 (+658.91%)
Mutual labels:  deep-neural-networks, image-classification
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-82.17%)
Mutual labels:  deep-neural-networks, image-classification
Deep Ranking
Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi scale architecture combined with a triplet loss to create a neural network that is able to perform image search. This repository is a simplified implementation of the same
Stars: ✭ 64 (-50.39%)
Mutual labels:  deep-neural-networks, image-classification
image-sorter2
One-click image sorting/labelling script
Stars: ✭ 65 (-49.61%)
Mutual labels:  image-annotation, image-classification
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-63.57%)
Mutual labels:  image-annotation, image-classification
goat
Annotate Images (or goats) On The Web™
Stars: ✭ 75 (-41.86%)
Mutual labels:  image-annotation, annotations
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+982.95%)
Mutual labels:  deep-neural-networks, image-classification
Robot Grasp Detection
Detecting robot grasping positions with deep neural networks. The model is trained on Cornell Grasping Dataset. This is an implementation mainly based on the paper 'Real-Time Grasp Detection Using Convolutional Neural Networks' from Redmon and Angelova.
Stars: ✭ 134 (+3.88%)
Mutual labels:  deep-neural-networks, image-classification
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (+26.36%)
Mutual labels:  deep-neural-networks, image-classification
Image classification cifar 10
Image Classification on CIFAR-10 Dataset using Multi Layer Perceptrons in Python from Scratch.
Stars: ✭ 18 (-86.05%)
Mutual labels:  deep-neural-networks, image-classification
Goat
Annotate Images (or goats) On The Web™
Stars: ✭ 78 (-39.53%)
Mutual labels:  annotations, image-annotation

#Introductions

LabelD was created as a simple image annotation tool to minimize the amount of work/time spent on annotation by streamlining the overall process. The images can either be pulled from Imgur based on keyword search (search button at the top right), or locally (please un-select Imgur as the image source under Annotation Settings).

#Installation

LabelD is simple enough to get up and running.

  1. Clone/Download the LabelD source code
  2. Satisfy the required dependencies
  3. Launch the 2 required nodejs servers web_server.js and node/rest/rest_server.js
  4. (optional) If there are local images the user wishes to annotate, copy them into the node/rest/data

#Dependencies

  • NodeJS
  • NPM
  • NPM module - express
  • NPM module - body-parser
  • MongoDB

And... you're done!

If you dont have an image base to start from, this may be the easiest platform to begin building a training set. It comes default with the ability to pull keyword indexed images from Imgur, so try it out!

  1. Put a keyword in the search box at the top right
  2. Hit enter
  3. Click "NEXT"

Thats it!

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