This is the repository for the final project in TDT4265. This repository was originally written by Håkon Hukkelas with current additions by Mamoona Birkhez Shami.
In this course, all code is written in python. One of the following resources are available
- Your own computer: Follow python setup instructions to setup your own environment
- Cybele Lab: Follow python setup instructions to use the cybele environment
The project structure can be seen below. The main code can be found in the SSD
-folder, see this fore more information.
├── env-setup
├── SSD
│ ├── configs
│ ├── dataset_exploration
│ ├── notebooks
│ ├── performance_assessment
│ ├── scripts
│ ├── ssd
│ ├── tops
│ ├── tutorials
│ └── readme.md
├── .gitignore
└── README.md