Skip to content

Latest commit

 

History

History

10 - Parallel processing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Exercise 10

👨‍🎓 This project was carried out during my master's degree in computer vision at URJC - Madrid

Paralleling the exercise 07

Goals

  • Use parallel processing on the exercise 07 (multiprocessing)

Keys

  • 'Q' to exit

Requirements

  • Python 3.7+
  • jupyter ~= 1.0.0
  • Opencv_python ~= 4.5.3.56

How to install all the requirements :

pip3 install -r requirements.txt

Usage

jupyter notebook mediamatcher.ipynb

Results

Results with 250 images :

  • 64.4s with multiprocessing Pool
  • 98.2s without multiprocessing Pool

Authors