-
Notifications
You must be signed in to change notification settings - Fork 8
/
workshops.json
38 lines (38 loc) · 1.32 KB
/
workshops.json
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
[
{
"title": "SIGGRAPH 2023 Course on Neural Fields in Visual Computing",
"year": "2023",
"page": "https://neuralfields.cs.brown.edu/siggraph23.html",
"image": "images/teaching/iclr.png"
},
{
"title": "ICLR 2023 Neural Fields Workshop",
"year": "2023",
"page": "https://sites.google.com/view/neural-fields",
"image": "images/teaching/iclr.png"
},
{
"title": "Eurographics 2022 STAR Report",
"year": "2022",
"page": "https://neuralfields.cs.brown.edu/eg22.html",
"image": "images/teaching/eg22.jpg"
},
{
"title": "CVPR 2022 Neural Fields Tutorial",
"year": "2022",
"page": "https://neuralfields.cs.brown.edu/cvpr22.html",
"image": "images/teaching/cvpr.png"
},
{
"title": "ICCV 2021 Workshop: Learning 3D Representations for Shape and Appearance",
"year": "2021",
"page": "https://ivl.cs.brown.edu/3DReps",
"image": "images/teaching/iccv-2021.png"
},
{
"title": "ECCV 2020 Workshop: Learning 3D Representations for Shape and Appearance",
"year": "2020",
"page": "https://geometry.stanford.edu/3DReps/index.html",
"image": "images/teaching/eccv-2020.png"
}
]