Metadata-Version: 2.1
Name: easyimages
Version: 1.82
Summary: Images made easy
Home-page: https://github.com/i008/easyimages
Author: Jakub Cieslik
Author-email: kubacieslik@gmail.com
License: MIT license
Keywords: easyimages
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: cython
Requires-Dist: imutils (==0.4.6)
Requires-Dist: matplotlib
Requires-Dist: requests (>=2.11.1)
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: ipython
Requires-Dist: Pillow (>=5.2.0)
Requires-Dist: opencv-python
Requires-Dist: ipywidgets
Requires-Dist: pycocotools
Requires-Dist: pytest


# easyimages

[![Foo](https://img.shields.io/pypi/v/easyimages.svg)](https://pypi.python.org/pypi/easyimages)
[![Foo](https://img.shields.io/travis/i008/easyimages.svg)](https://travis-ci.org/i008/easyimages)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)


# Info

This small but handy package solves several issues i had while working with images and image datasets - especially in the context
of exploring datsets, inspecting and shareing the results.
Keep in mind that his package is not directly related to the training process and loading
image data, for that i found pytorch dataloading patterns to work very well.

# Installation
```bash
pip install easyimages
```


Features
--------
- Simple API
- Easy image exploration
- Inteligent behaviour based on execution context (terminal, jupyter etc)
- Lazy evaluation
- Loading images from many different sources (filesystem, pytorch, numpy, web-urls, etc)
- Storing annotations (tags, bounding boxes) allong the image in the same object
- Visualizing labels (drawing boxes and drawing the label onto the image)
- Visualizing images as Grids (ImagesLists)
- Visualizing huge amounts of images at once (by leveraging fast html rendering)
- Displaying images while working in jupyter notebook
- Displaying images inline in console mode (iterm)




Credits
-------
MAP calculation code comes from: 
https://github.com/MathGaron/mean_average_precision


=======
History
=======

0.1.0 (2018-08-24)
------------------

* First release on PyPI.


