🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

easyimages

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easyimages

Images made easy

1.91
PyPI
Maintainers
1

easyimages

Build Test Release

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

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.

Keywords

easyimages

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts