Skip to main content

Python IMage MIning

Project description

PIMMI : Python IMage MIning

Library allowing visual search in a corpus of images, from Twitter... or elsewhere.

SIFT interest points, clustering, based on OpenCV and Faiss, multithreaded.

Very preliminary stuff for now.

Demo

# Install dependencies
pip install -r requirements.txt

# --- Play with a very small dataset
# Create a default index structure and fill it with the demo dataset  
python3 index_dataset.py --action fill --thread 16 --index "IVF1024,Flat" --save_faiss index/small_dataset.ivf1024 --images_dir demo_dataset/small_dataset

# Query the same dataset on this index
python3 query_dataset.py --simple --thread 16 --load_faiss index/small_dataset.ivf1024 --save_mining index/small_dataset.ivf1024.mining --images_mining --images_root demo_dataset/dataset1


# --- Play with the demo dataset 1
python3 index_dataset.py --action fill --thread 16 --index "IVF1024,Flat" --save_faiss index/dataset1.ivf1024 --images_dir demo_dataset/dataset1
python3 query_dataset.py --thread 16 --load_faiss index/dataset1.ivf1024 --save_mining index/dataset1.ivf1024.mining --images_mining --images_root demo_dataset/dataset1

# Post process the mining results in order to visualize them
python3 fuse_query_results.py
python3 generate_cluster_viz.py

Happy hacking !

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pimmi-0.0.5.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

pimmi-0.0.5-py3-none-any.whl (29.5 kB view details)

Uploaded Python 3

File details

Details for the file pimmi-0.0.5.tar.gz.

File metadata

  • Download URL: pimmi-0.0.5.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.0

File hashes

Hashes for pimmi-0.0.5.tar.gz
Algorithm Hash digest
SHA256 aee40d6a5a7380393eee3a5c520f1b17fbd076a9fc249daa568f233cc55109c3
MD5 f340226ed33b4ec0458304c5abb381b8
BLAKE2b-256 9d35398da632f1ff0d51a0b7cdbc288ae0dd5f4801510a4be35e3baa6d503214

See more details on using hashes here.

File details

Details for the file pimmi-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pimmi-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 29.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.0

File hashes

Hashes for pimmi-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c34fefaa6b68b20d3bf6781b6f3f11f1a15bd5686ec972884932da24e1157cac
MD5 c42a2fcb708569b0de5b2978ce0684f7
BLAKE2b-256 bc64e3210f413ff41eb03e52308ca0d680a51793fbe99ac35f68b7421878c3cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page