Tomorrow's Lab

Tomorrow's Lab

by MARCO ZULLICH -
Number of replies: 0

Dear all,

in case you didn't get the message on Teams, tomorrow we will start the second part of our course.

The lecture will be split in two parts: an introduction to Computer Vision and a lab where we will see some basics of image processing with OpenCV and we will construct a DataLoader from a custom Dataset.

As such, in order to run the lab live from the notebook, you'll need to pre-install the following packages:

  1. OpenCV: called opencv-python in PyPI
  2. Pillow: called Pillow (mind the capital "P") in PyPI
  3. image-size: not in PyPI, must be installed with pip via git (pip install git+git://github.com/scardine/image_size)
Reach out to me if you need assistance.

See you tomorrow,
Marco