All Projects → Nestak2 → image-sorter2

Nestak2 / image-sorter2

Licence: Apache-2.0 license
One-click image sorting/labelling script

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to image-sorter2

Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+2343.08%)
Mutual labels:  image-annotation, annotation, image-classification, labeling, annotation-tool, image-labeling, labeling-tool
Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+9987.69%)
Mutual labels:  image-annotation, annotation, image-classification, labeling, annotation-tool, image-labeling, labeling-tool
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+11075.38%)
Mutual labels:  image-annotation, annotation, image-classification, labeling, annotation-tool, image-labeling, labeling-tool
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (-27.69%)
Mutual labels:  image-annotation, image-classification, labeling, annotation-tool, labeling-tool
label-studio-frontend
Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
Stars: ✭ 230 (+253.85%)
Mutual labels:  image-annotation, annotation-tool, image-labeling, labeling-tool
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-73.85%)
Mutual labels:  annotator, annotation-tool, labeling-tool, label-images
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+60%)
Mutual labels:  annotation, labeling, annotation-tool, labeling-tool
Pixie
Pixie is a GUI annotation tool which provides the bounding box, polygon, free drawing and semantic segmentation object labelling
Stars: ✭ 52 (-20%)
Mutual labels:  image-annotation, image-labeling, labeling-tool
Vott
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Stars: ✭ 3,684 (+5567.69%)
Mutual labels:  image-annotation, labeling, annotation-tool
Awesome Data Labeling
A curated list of awesome data labeling tools
Stars: ✭ 1,120 (+1623.08%)
Mutual labels:  image-annotation, annotation, labeling
redcoat
A lightweight web-based annotation tool for labelling entity recognition data.
Stars: ✭ 19 (-70.77%)
Mutual labels:  annotation, annotator, annotation-tool
jupyter-bbox-widget
A Jupyter widget for annotating images with bounding boxes
Stars: ✭ 19 (-70.77%)
Mutual labels:  image-annotation, labeling-tool
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+420%)
Mutual labels:  image-annotation, image-classification
Kili Playground
Simplest and fastest image and text annotation tool.
Stars: ✭ 166 (+155.38%)
Mutual labels:  annotation, labeling
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (+1986.15%)
Mutual labels:  image-annotation, labeling
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (+73.85%)
Mutual labels:  image-annotation, annotation
Imagetagger
An open source online platform for collaborative image labeling
Stars: ✭ 182 (+180%)
Mutual labels:  image-annotation, labeling
Make Sense
Free to use online tool for labelling photos. https://makesense.ai
Stars: ✭ 2,087 (+3110.77%)
Mutual labels:  image-annotation, labeling-tool
annotorious-openseadragon
An OpenSeadragon plugin for annotating high-res zoomable images
Stars: ✭ 93 (+43.08%)
Mutual labels:  image-annotation, annotation
Slate
A Super-Lightweight Annotation Tool for Experts: Label text in a terminal with just Python
Stars: ✭ 61 (-6.15%)
Mutual labels:  annotation, labeling

image-sorter2

One-click image sorting/labelling script. Copies or moves images from a folder into subfolders.

pic_github_readme

This script is intended to be a help for users sorting a set of mixed images into folders differentiated by classes - e.g. cats image folder, dog images folder, bikes images folder a.s.o. The script launches a GUI which displays one image after the other and lets the user give different labels, corresponding to different folders, from a list provided as input by the user. In contrast to original version, version 2 allows for relabelling and keeping track of the labels. Provides also short-cuts - press "1" to put into "label 1", press "2" to put into "label 2" a.s.o.

Usage:

run 'pip install -r requirements.txt' to install dependencies.

then

run 'python sort_folder_vers2.py' or copy the script in a jupyter notebook and run then. You need also to provide your specific input in the file-header (source folder, labels, 'copy' or 'move' mode, path to tracker file, desired file extensions (.jpg, .png, ...), resize keeping original aspect ratio or display original). Read the header in the .py-script, follow the discriptions and make the necessary changes to run it on your machine.

Other useful scripts:

A list of other image labelling/sorting script that might be helpful

https://github.com/NaturalIntelligence/imglab

https://github.com/opencv/cvat

https://github.com/Cartucho/OpenLabeling

https://github.com/JNingWei/Image_Algorithm_Toolbox

https://play.google.com/store/apps/details?id=co.slidebox

Authors:

original Author: Christian Baumgartner ([email protected]), see here original "image-sorter" code: https://github.com/baumgach/image-sorter

changes, version 2: Nestor Arsenov (nestorarsenov_AT_gmail_DOT_com), created at London Center for Nanotechnology with project funding provided by The Foundation for Innovative New Diagnostics (FIND)

Date: 22. Feb 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].