All Projects → biolab → Orange3 Imageanalytics

biolab / Orange3 Imageanalytics

Licence: gpl-3.0
🍊 🎑 Orange3 add-on for dealing with image related tasks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Orange3 Imageanalytics

pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+45.83%)
Mutual labels:  imagenet, image-classification, image-analysis
Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (+1020.83%)
Mutual labels:  image-classification, image-analysis
Hub
A library for transfer learning by reusing parts of TensorFlow models.
Stars: ✭ 3,007 (+12429.17%)
Mutual labels:  image-classification, embeddings
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+1308.33%)
Mutual labels:  image-classification, imagenet
Keras-Application-Zoo
Reference implementations of popular DL models missing from keras-applications & keras-contrib
Stars: ✭ 31 (+29.17%)
Mutual labels:  embeddings, image-classification
deforestation
A machine learning exercise, using KNN to classify deforested areas
Stars: ✭ 26 (+8.33%)
Mutual labels:  image-classification, image-analysis
Rexnet
Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models
Stars: ✭ 319 (+1229.17%)
Mutual labels:  image-classification, imagenet
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (+162.5%)
Mutual labels:  imagenet, image-classification
Neural Backed Decision Trees
Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet
Stars: ✭ 411 (+1612.5%)
Mutual labels:  image-classification, imagenet
Fishnet
Implementation code of the paper: FishNet: A Versatile Backbone for Image, Region, and Pixel Level Prediction, NeurIPS 2018
Stars: ✭ 533 (+2120.83%)
Mutual labels:  image-classification, imagenet
Mmclassification
OpenMMLab Image Classification Toolbox and Benchmark
Stars: ✭ 532 (+2116.67%)
Mutual labels:  image-classification, imagenet
image-classification
A collection of SOTA Image Classification Models in PyTorch
Stars: ✭ 70 (+191.67%)
Mutual labels:  imagenet, image-classification
Label Studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Stars: ✭ 7,264 (+30166.67%)
Mutual labels:  image-classification, imagenet
Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
Stars: ✭ 8,046 (+33425%)
Mutual labels:  imagenet, image-classification
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (+1687.5%)
Mutual labels:  imagenet, image-classification
Assembled Cnn
Tensorflow implementation of "Compounding the Performance Improvements of Assembled Techniques in a Convolutional Neural Network"
Stars: ✭ 319 (+1229.17%)
Mutual labels:  image-classification, imagenet
BottleneckTransformers
Bottleneck Transformers for Visual Recognition
Stars: ✭ 231 (+862.5%)
Mutual labels:  imagenet, image-classification
goexif2
MAINTAINER WANTED -- Decode embedded EXIF meta data from image files written in Pure Golang
Stars: ✭ 35 (+45.83%)
Mutual labels:  image-classification, image-analysis
Computer Vision
Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 408 (+1600%)
Mutual labels:  image-classification, imagenet
Cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
Stars: ✭ 6,557 (+27220.83%)
Mutual labels:  image-classification, imagenet

Orange3 Image Analytics

Build Status codecov

Orange3 Image Analytics is an add-on for the Orange3 data mining suite. It provides extensions for importing/creating labeled image data sets and embedding them through a variety of pre-trained deep neural networks.

Installation

Install from Orange add-on installer through Options - Add-ons.

To install the add-on from source run

python setup.py install

To register this add-on with Orange but keep the code in the development directory (do not copy it to Python's site-packages directory) run

python setup.py develop

You can also run

pip install -e .

which is sometimes preferable as you can pip uninstall packages later.

Usage

After the installation the widgets from this add-on are registered with Orange. To run Orange from the terminal use

orange-canvas

or

python3 -m Orange.canvas

New widgets are in the toolbox bar under the Image Analytics section.

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