Dear students of CS-442!
Next week on Tuesday at 10:15 we will have our first exercise session. It will be devoted to introduction to python and its applications to basic CV tools.
Here a few things to keep in mind.
- Session will be held in two rooms, INM 200 and INM 202. If your family name starts with A-M, come to INM 200, if N-Z - your room is INM 202.
- Bring your laptops with you.
- Exercises are prepared in the form of Jupyter notebooks with some empty cells that you need to fill in. You can find the first exercise on the Moodle page.
- To make coding and debugging simpler and cleaner, we recommend to use conda environments. Please, try to set it up before the session, you can follow the installation procedure from here. You can install an empty environment (with python>=3.8) and then activate jupyter notebook from it. Jupyter notebook of Ex1 includes all necessary libraries to install.
If you have any questions, you can ask them directly at the session on Tuesday.
See you all!
TA team