All Projects → smileinnovation → imannotate

smileinnovation / imannotate

Licence: Apache-2.0 license
Image annotation tool to make Machine Learning or others stuffs

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to imannotate

Pyramidnet
Pytorch implementation of pyramidnet
Stars: ✭ 27 (-38.64%)
Mutual labels:  image-classification
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 (-38.64%)
Mutual labels:  image-classification
mybabe
MyBB CAPTCHA Solver using Convolutional Neural Network in Keras
Stars: ✭ 18 (-59.09%)
Mutual labels:  image-classification
SCL
📄 Spatial Contrastive Learning for Few-Shot Classification (ECML/PKDD 2021).
Stars: ✭ 42 (-4.55%)
Mutual labels:  image-classification
LibFewShot
LibFewShot: A Comprehensive Library for Few-shot Learning.
Stars: ✭ 629 (+1329.55%)
Mutual labels:  image-classification
pytorch-cifar-model-zoo
Implementation of Conv-based and Vit-based networks designed for CIFAR.
Stars: ✭ 62 (+40.91%)
Mutual labels:  image-classification
Mobilenetv2 Pytorch
Impementation of MobileNetV2 in pytorch
Stars: ✭ 241 (+447.73%)
Mutual labels:  image-classification
KerasUI
UI for Keras to implement image classification written in python and django
Stars: ✭ 40 (-9.09%)
Mutual labels:  image-classification
tensorflow-image-recognition-chrome-extension
Chrome browser extension for using TensorFlow image recognition on web pages
Stars: ✭ 88 (+100%)
Mutual labels:  image-classification
aitlas
AiTLAS implements state-of-the-art AI methods for exploratory and predictive analysis of satellite images.
Stars: ✭ 134 (+204.55%)
Mutual labels:  image-classification
SimMIM
This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
Stars: ✭ 717 (+1529.55%)
Mutual labels:  image-classification
TensorFlow-Binary-Image-Classification-using-CNN-s
Binary Image Classification in TensorFlow
Stars: ✭ 26 (-40.91%)
Mutual labels:  image-classification
shake-drop pytorch
PyTorch implementation of shake-drop regularization
Stars: ✭ 50 (+13.64%)
Mutual labels:  image-classification
Sign-Recognition
Traffic Sign Recognition with Keras.
Stars: ✭ 19 (-56.82%)
Mutual labels:  image-classification
subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine learning approach by imitation and a convolutional neural network (CNN) for image classification
Stars: ✭ 86 (+95.45%)
Mutual labels:  image-classification
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 (+454.55%)
Mutual labels:  image-classification
tensorflow-image-classifier
image classifier, retrained for specific classes
Stars: ✭ 58 (+31.82%)
Mutual labels:  image-classification
metric-transfer.pytorch
Deep Metric Transfer for Label Propagation with Limited Annotated Data
Stars: ✭ 49 (+11.36%)
Mutual labels:  image-classification
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+29.55%)
Mutual labels:  image-classification
Image-Classification
Pre-trained VGG-Net Model for image classification using tensorflow
Stars: ✭ 29 (-34.09%)
Mutual labels:  image-classification

Image annotation for Machine Learning

Convolutional Neural Networks require annotated images to learn how to get recognize objects in images, which means that you need to give both the image and bounding boxes of each object to recognize when you train your model. And you will need a lot of annotations to ensure a good train!

Imannotate is a tool to help you to create those kind of dataset by spreading a dataset of non annotated pictures across several users and let them annonate them. Once done, you can export a CSV with all your annotations to train your model.

Features

  • Manage multiple project
  • Assign multiple users to one or multiple projects
  • Annonate (indeed) by drawing bounding boxes and choose a tag
  • Support "nothing to tag" on a picture
  • Support "Pass" a picture
  • S3 connector for the pictures source
  • Qwant demo connector included (not suitable for production)

Installation

Since we are including a docker-compose.yaml file, the quickest way to install and start the application is to do a make prod into your terminal, in the project root folder.

However, for the one who like to do it by themself, we have a full Build your own documentation available into the project's wiki.

Contributing

There's just not one way to contribute to a project and you don't have to be a developer to contribute. If you are a developer, you may want to check our documentation regarding setting-up your environment to be able to code. Otherwise you can:

Licence

The license can be seen here. Please note that we'll enforce signed-off commits and DCO.

Opensourced by Smile with ❤️, made by all our wonderfull contributors.

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