Skip to content
Snippets Groups Projects
Commit 842ddefd authored by Vipin Thomas's avatar Vipin Thomas
Browse files

Update README.md

parent 0abff54c
No related branches found
No related tags found
No related merge requests found
## Resizing black and white images using Software-only (PS) and Hardware accelerated (PL) :Memory-mapped version
In this notebook we are introducing two methods for resizing multiple black and white images to thumbnails (64 * 64)px:
hardware accelerated (PL) and software-only (PS) respectively
......@@ -11,7 +10,7 @@ Algorithms used:
How to use:
- clone the project on a PYNQ-z2 board : `git clone https://mygit.th-deg.de/mh02127/black_white_resizer.git`
- clone the project on a PYNQ-z2 board : `git clone https://mygit.th-deg.de/mh02127/black_white_thumbnailer.git`
- install the required packages:
requests: `pip3 install requests`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment