-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (40 loc) · 1.99 KB
/
_config.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
49
50
51
52
# Site settings
course_name: Introduction to Computer Vision
course_description: "Computer vision is one of the major research fields of artificial intelligence, with many applications in image understanding and processing, medical care, autonomous driving, and robotics. We offer this undergraduate course to provide a comprehensive introduction to the basic concepts of computer vision and its broad applications. In this course, we will cover both the traditional non-learning methods (e.g. classic descriptors, multiview geometry) and deep learning based methods from a modern perspective, where 3D vision serves as a natural bridge.The objective of this course is thus to consolidate the fundemantals, depict a full picture of this field, and get the students prepared for doing frontier research in computer vision. During this course, students will learn to build a basic vision system and implement and train their own neural networks to process and analyze 2D and 3D visual data."
course_semester: "Spring 2024"
baseurl: "/Intro2CV_2024" # the subpath of your site, e.g. /blog/
url: "https://pku-epic.github.io" # the base hostname & protocol for your site
schoolname: "Peking University"
schoolurl: "https://www.pku.edu.cn/"
#twitter_username: username
address: |
Center on Frontiers of Computing Studies,
Peking University,
Beijing, China
# Set your Google Analytics tracking ID (set up yours at http://www.google.com/analytics/)
# google_analytics: UA-XXXXXXXX-X
### Do not change the followings unless you know what you are doing ###
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
exclude: ['develop']
dateformat: "%m/%d/%Y"
future: true
collections:
events:
output: true
lectures:
output: true
assignments:
output: true
announcements:
output: false
defaults:
- scope:
path: ""
type: "assignments"
values:
layout: "assignment"