/TDT4265-Assignments

Starter code for the course TDT4265 - Computer Vision and Deep Learning

Primary LanguageJupyter Notebook

TDT4265 -Computer Vision and Deep Learning

This is the repository for the assignments in TDT4265.

Preparing yourself for the assignments

In this course, we expect basic knowledge of python programming and git. To refresh your knowledge, we recommend the following resources:

Setting up your environment

In this course, all assignments are given in python. You can do the assignments on the following resources:

  • Your own computer: Follow our python setup instructions to setup your own environment
  • Cybele computers: The environment is already setup for you, check out our practical information on how to work on these computers
  • Using our server: The environment is already setup for you here as well. Check out our server tutorial on how to get started.

Download the starter code

Clone this repostiory:

git clone https://github.com/hukkelas/TDT4265-StarterCode

You can also download this repository as a zip file and unzip it on your computer.

There might be minor typos or minor alterations to the starter code. If this happens, we will notify you on blackboard and you can update your starter code by doing (In your assignment directory):

git pull origin master