Skip to content
🍊 πŸŽ‘ Orange3 add-on for dealing with image related tasks
Branch: master
Clone or download
Latest commit fa2006b Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Github: Issue and PR templates Aug 11, 2017
.travis Test different Orange versions Apr 9, 2018
doc Embedding documentation modified Mar 19, 2019
orangecontrib Fix: replace qt pool with concurrent.features Pool Mar 19, 2019
.coveragerc ImageNetEmbedding: add travis and codecov config Jan 14, 2017
.gitignore display number of skipped images after embedding Aug 4, 2017
.travis.yml Fix travis tests Mar 8, 2019
LICENSE.txt Create initial project structure Jun 20, 2016
MANIFEST.in
README.md Readme: cleanup markdown Feb 28, 2017
about.md Add-on description is now in about.md Feb 28, 2017
codecov.yml ImageNetEmbedding: add travis and codecov config Jan 14, 2017
requirements-opt.txt Add lap as an optional dependency, use it if possible in Image Grid Jan 7, 2018
requirements.txt Set ndf requirement to be latest Mar 19, 2019
setup.py Release 0.3.0 Mar 19, 2019

README.md

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.

You can’t perform that action at this time.