Starter code for the assignments in TDT4265 - Computer Vision and Deep Learning
NOTE: This is already done on the cybele computers
Follow our python setup instructions
In this course, we expect basic knowledge of python programming. To refresh your python skills and numpy knowledge, we recommend the following introductions:
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
See here