[COURSE] Add USTC Graphics Course (#556)

* 添加USTC的图形学课程

* Update mkdocs.yml

* Update EECS498-007.md

* Update EECS498-007.en.md

* Update USTC ComputerGraphic.en.md

* Update USTC ComputerGraphic.md

* Update USTC ComputerGraphic.md

* Update and rename USTC ComputerGraphic.md to USTC ComputerGraphics.md

* Update and rename USTC ComputerGraphic.en.md to USTC ComputerGraphics.en.md

* Update USTC ComputerGraphics.en.md

* Update mkdocs.yml

* Update USTC ComputerGraphics.md

* Update USTC ComputerGraphics.md
This commit is contained in:
Guo Pengfei 2024-01-26 00:09:18 +08:00 committed by GitHub
parent 7b77f119da
commit 39e703f424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 45 additions and 2 deletions

View File

@ -57,4 +57,6 @@ Lastly, I recommend every student enrolled in this course to watch the lectures
- Course Website<https://web.eecs.umich.edu/~justincj/teaching/eecs498/WI2022/>
- Course Video<https://www.youtube.com/playlist?list=PL5-TkQAfAZFbzxjBHtzdVCWE0Zbhomg7r>
- Course Materials: Only recommended textbooks, link: <https://www.deeplearningbook.org/>
- CourseworkSee the course homepage for details, six Assignments and one Mini-Project
- CourseworkSee the course homepage for details, six Assignments and one Mini-Project
## Personal Resources
@Michael-Jetson The 200,000 to 300,000 words of notes I have taken (and did not include homework, etc.) can be used as a reference:[Michael-Jetson/ML_DL_CV_with_pytorch](https://github.com/Michael-Jetson/ML_DL_CV_with_pytorch)

View File

@ -45,4 +45,6 @@ UMich 的 Computer Vision 课,课程视频和作业质量极高,涵盖的主
- 课程网站:<https://web.eecs.umich.edu/~justincj/teaching/eecs498/WI2022/>
- 课程视频:<https://www.youtube.com/playlist?list=PL5-TkQAfAZFbzxjBHtzdVCWE0Zbhomg7r>
- 课程教材:仅有推荐教材,链接:<https://www.deeplearningbook.org/>
- 课程作业见课程主页6 个 Assignment 和一个 Mini-Project
- 课程作业见课程主页6 个 Assignment 和一个 Mini-Project
## 资源汇总
@Michael-Jetson 本人所做的二三十万字的笔记(并没有包括作业等),可以当做一个参考[Michael-Jetson/ML_DL_CV_with_pytorch](https://github.com/Michael-Jetson/ML_DL_CV_with_pytorch)

View File

@ -0,0 +1,19 @@
# USTC Computer Graphics
## Descriptions
- Offered by: USTC
- Prerequisites: Calculus, Linear Algebra, C/C++ Programming, Data Structures
- Programming Languages: C/C++
- Difficulty: 🌟🌟🌟
- Class Hour: 100 hours
Mr. Liu Ligang from the School of Mathematics at USTC uploaded the course during the 2020 epidemic, and I personally feel that it is more comprehensive compared to Games101's focus on rendering, with content such as discrete geometry processing that the latter does not have, and it seems to be more mathematical, so it can be complemented with Games101, and the course materials are fully open to the public.
## Course Resources
- Course Website:http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm
- Recordings:https://www.bilibili.com/video/BV1iT4y1o7oM/?spm_id_from=333.880.my_history.page.click&vd_source=eea47a16439992e41b232bc5d5684e27
- Textbooks:E. Angel, Interactive Computer Graphics — A top-down approach using OpenGL™, 6th ed., 2011.(This course does not prescribe the use of a prescribed textbook, and focuses on cutting-edge academic papers; the following textbooks are for reference only)
- Assignments:http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm, 9 homework and 1 project

View File

@ -0,0 +1,19 @@
# USTC Computer Graphics
## 课程简介
- 所属大学:中国科学技术大学
- 先修要求微积分线性代数C/C++编程,数据结构
- 编程语言C/C++
- 课程难度:🌟🌟🌟
- 预计学时100小时
中科大数学学院的刘利刚老师在20年疫情期间上传的课程个人感觉跟 Games101 的注重渲染相比在内容上更全面,有着后者所没有的离散几何处理等内容,看起来更加数学化,可以与 Games101 进行互补,课程资料全面公开。
## 课程资源
- 课程网站http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm
- 课程视频https://www.bilibili.com/video/BV1iT4y1o7oM/?spm_id_from=333.880.my_history.page.click&vd_source=eea47a16439992e41b232bc5d5684e27
- 课程教材:本课程不规定使用规定教材,以学术前沿论文为主,以下教材仅仅为参考 E. Angel, Interactive Computer Graphics — A top-down approach using OpenGL™, 6th ed., 2011. (中文翻译版:交互式计算机图形学—基于 OpenGL 的自顶向下方法第五版电子工业出版社2012
- 课程作业http://staff.ustc.edu.cn/~lgliu/Courses/ComputerGraphics_2020_spring-summer/default.htm ,九个作业加一个 Project ,具体看官网

View File

@ -224,6 +224,7 @@ nav:
- "GAMES103": "计算机图形学/GAMES103.md"
- "Stanford CS148": "计算机图形学/CS148.md"
- "CMU 15-462": "计算机图形学/15462.md"
- "USTC CG": "计算机图形学/USTC ComputerGraphics.md"
- Web开发:
- "MIT web development course": "Web开发/mitweb.md"
- "Stanford CS142: Web Applications": "Web开发/CS142.md"