mmikhan / Python-Multiprocessing-Image-Hash

Multiprocessing with OpenCV and Python to perform feature extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Multiprocessing Image Hash

Table of Contents

About

The repository consists of code copied from PyImageSearch. The purpose of the repository is to have the code and samples files in one place (when you don't have the membership.)

Getting Started

PyImageSearch has an extensive written tutorial available here. Head over to the relevant article to understand how the whole code works.

Prerequisites

What things you need to install the software and how to install them.

python -m venv ./venv

Usage

To get the speedup and time measurement, use the time command in terminal. To get a better visual, use /usr/bin/time -p.

/usr/bin/time -p python extract.py -i 101_ObjectCategories -o temp_output -a hashes.pickle -p 4

About

Multiprocessing with OpenCV and Python to perform feature extraction


Languages

Language:Python 100.0%