-
Notifications
You must be signed in to change notification settings - Fork 0
/
course.yml
49 lines (36 loc) · 1.29 KB
/
course.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
chunks:
-
title: "Login"
id: access-forbidden
rules:
- if_has_role: [student, ta, instructor]
weight: 100
shown: false
- weight: 100
shown: true
content: |
You need to log-in to see this page, and you need to be enrolled in the course.
-
title: "Welcome"
id: welcome
rules:
- if_has_role: [student, ta, instructor]
weight: 100
shown: true
- weight: 100
shown: false
content: |
# Computer Vision and Cognitive Systems 2024
Welcome! This platform hosts exercises and tests for the "Computer Vision and Cognitive System" course.
## Exercises
- [Saturated arithmetic, Thresholds, Histogram](flow:001-linear-hist-threshold)
- [2D Convolution, 2D Pooling](flow:002-convolution-pooling)
- [Edge Detection](flow:003-edge)
- [Residual Block](flow:004-residual)
- [Template Matching, Hough Transform](flow:005-template-hough)
- [Object detection](flow:006-detection)
- [Semantic Segmentation](flow:007-segmentation)
- [Geometry Transforms](flow:008-geometry)
- [Video Architectures](flow:009-video)
## Final project and exam
- [Manage and submit final project](./project)