Libraries - Konnsy/REAML2022-hackathon GitHub Wiki

For using the given example codes, you have to have the following libraries installed

  • numpy
  • torch
  • opencv
  • matplotlib
  • xmltodict
  • pil

Installation commands

  • install first part via: pip install opencv-python numpy Pillow matplotlib xmltodict
  • install second part following the instructions on https://pytorch.org/get-started/locally/ (please note, that you have to choose between the CPU and the CUDA version)

The test systems will have additional libraries installed:

  • scipy
  • scikit-learn
  • scikit-image

In principle, you may use other libraries, but please refrain from doing that without asking. You can also contact us if you are not sure if you are allowed to use certain functionalities.