Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laszlokorte/cv1-exercises
https://github.com/laszlokorte/cv1-exercises
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/laszlokorte/cv1-exercises
- Owner: laszlokorte
- Created: 2022-10-26T12:11:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T10:23:29.000Z (12 months ago)
- Last Synced: 2024-04-09T23:06:25.524Z (7 months ago)
- Language: Python
- Size: 9.46 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Vision 1 Exercises
This repository contains my work on the computer vision course.
To run the code first install the dependencies:
```sh
$ python -m pip install -r requirements.pip
```Then run a single python file like
```sh
$ python sheet1/task1.py
```Some tasks depend on downloaded datasets that are not included in this repository.
Make sure to download them first for example by running
```$
./sheet1/cifar-10-batches-py/download
```