-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaterials_sources.html
More file actions
285 lines (257 loc) · 12.7 KB
/
materials_sources.html
File metadata and controls
285 lines (257 loc) · 12.7 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>智能与多媒体科学实验室</title>
<link rel="icon" href="./files/images/logo.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="sysuimsl" content="智能与多媒体科学实验室" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main-v20210707.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6919411062262434",
enable_page_level_ads: true
});
</script>
</head>
<script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>
<body class="is-preload">
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr class="spec">
<td width="70%">
<h11 class="head-zh">智能与多媒体科学实验室</h11>
</td>
<td width="30%">
<ul class="icons">
<li><a href="https://github.com/sysu-imsl" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:sysuimsl@126.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="en/materials_sources.html">Eng. Version ☞</a></li>
</ul>
</td>
</tr>
</table>
</header>
<br>
<ul class="iconstext">
<li><a class="mybuttontop" href="materials_datasets.html">实验室开源数据集</a></li>
<li><a class="mybuttontop" href="materials_courseware.html">实验室相关课程资料</a></li>
<li><a class="mybuttonnow">图形视觉领域相关资源</a></li>
</ul>
<section id="links_cg">
<header>
<h3 class="head-zh">会议/期刊论文资源整理</h3>
</header>
<p>
<ul>
<li><a href="http://kesen.realtimerendering.com/">计算机图形学顶级学术会议历年论文整理 (SIGGRAPH, SIGGRAPH Asia, EG, PG, I3D等)</a></li>
<li><a href="http://graphics.pixar.com/library/indexTechmemos.html">Pixar Technical工作整理</a></li>
<li><a href="http://www.physicsbasedanimation.com/">三维物理动画 (Physics-Based Animation) 工作整理</a></li>
</ul>
</p>
<br>
<header>
<h3 class="head-zh">三维图形学相关资源</h3>
</header>
<p>
<ul>
<li><a href="https://github.com/ZeusYang/fun-with-graphics">高校课程、教程、书籍、博客等资源整理</a></li>
<li>3D模型下载:
<a href="https://www.turbosquid.com/Search/3D-Models/free/pbr">Free 3D Pbr Models</a>、
<a href="https://www.cgtrader.com/free-3d-models">Free 3D models</a>、
<a href="https://hum3d.com/">Humster3D</a>、
<a href="https://www.yobi3d.com/">Yobi3D</a>
</li>
</ul>
</p>
<br>
<header>
<h3 class="head-zh">草图 (Sketch) 研究资源整理</h3>
</header>
<p>
<ul>
<li><a href="https://github.com/MarkMoHR/Awesome-Sketch-Synthesis#1-datasets">草图数据集整理 (TU-Berlin, Sketchy, Quick Draw等)</a></li>
<li><a href="https://github.com/MarkMoHR/Awesome-Sketch-Synthesis">草图合成相关工作整理</a></li>
<li><a href="https://github.com/MarkMoHR/Awesome-Sketch-Based-Applications">基于草图的应用相关工作整理</a></li>
<li>手绘草图相关在线demo:
<a href="https://magenta.tensorflow.org/assets/sketch_rnn_demo/index.html">手绘草图自动补全</a>、
<a href="https://www.autodraw.com/">手绘草图检索剪切画</a>、
<a href="https://sketchx.eecs.qmul.ac.uk">手绘草图检索商品</a>
</li>
<li>像素级草图矢量化工具:
<a href="https://www.vectorization.org/">Vectorization</a>、
<a href="https://vectormagic.com">Vector Magic</a>、
<a href="http://potrace.sourceforge.net/">Potrace</a>
</li>
<li>矢量图形编辑工具:
<a href="https://vectorpaint.yaks.co.nz/">Vector Paint</a>
</li>
</ul>
</p>
<br>
<header>
<h3 class="head-zh">图像上色 (Colorization) 研究资源整理</h3>
</header>
<p>
<ul>
<li><a href="https://github.com/MarkMoHR/Awesome-Image-Colorization">图像/视频上色相关工作、在线demo整理</a></li>
</ul>
</p>
<br>
<header>
<h3 class="head-zh">边缘检测 (Edge detection) 研究资源整理</h3>
</header>
<p>
<ul>
<li><a href="https://github.com/MarkMoHR/Awesome-Edge-Detection-Papers">边缘检测相关工作、代码工具整理</a></li>
</ul>
</p>
<br>
<header>
<h3 class="head-zh">关于草图的会议Workshop整理</h3>
</header>
<p>
<ul>
<li><a href="https://sketchdl.github.io/">1st Workshop on Sketch-Oriented Deep Learning (SketchDL)</a>, CVPR 2021</li>
<li><a href="https://she-iccv21.github.io/">1st Workshop on Sketching for Human Expressivity (SHE)</a>, ICCV 2021</li>
</ul>
</p>
</section>
<div align="right">
<a href="#">Back to top</a>
<br>
<p> </p>
</div>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<!--<form method="post" action="#">-->
<!--<input type="text" name="query" id="query" placeholder="Search" />-->
<!--</form>-->
<div style="text-align:center" >
<img src="./files/images/logo2.png" alt="" width="100%"/>
</div>
</section>
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a class="menu-zh" href="index.html">主页</a></li>
<li><a class="menu-zh" href="projects_indoor.html">研究项目</a></li>
<li><a class="menu-zh" href="publications_papers.html">论文发表</a></li>
<li><a class="menu-zh" href="members.html">成员信息</a></li>
<li><a class="menu-zh" href="students_dev.html">学生发展</a></li>
<li><a class="menu-zh" href="materials_datasets.html">相关资料</a></li>
<!--
<li>
<span class="opener">Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Etiam Dolore</a></li>
<li><a href="#">Adipiscing</a></li>
<li>
<span class="opener">Another Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
-->
</ul>
</nav>
<!-- Section -->
<!--
<section>
<header class="major">
<h2>Ante interdum</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="./images/pic07.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="./images/pic08.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="./images/pic09.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</section>
-->
<!-- Section -->
<section>
<header class="major">
<h2 class="head-zh">联系方式</h2>
</header>
<ul class="contact">
<li class="fa-envelope-o">联系邮箱: <a href="#">sysuimsl@126.com</a></li>
<li class="fa-home">地址: <a href="https://goo.gl/maps/P7iu1XtZfrk5TsKz5">中国 广州, 中山大学, 计算机学院, A409室</a>
</li>
</ul>
<!--<article class="5u 10u$(xsmall) work-item">-->
<!--<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=a&d=mhnrYabZI2bz_eHk1W_A8VvNxtAjYBrWfIfxbLnTRPQ&co=4c5459&cmo=faa659'></script>-->
<!--</article>-->
<!--<a href="https://info.flagcounter.com/Dsap"><img src="https://s11.flagcounter.com/count2/Dsap/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_10/viewers_0/labels_0/pageviews_0/flags_0/percent_0/" alt="Flag Counter" border="0"></a>-->
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">
<li>Copyright © 2019-2024 SYSU-IMSL</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</footer>
</div>
</div>
<!-- push the page to Baidu -->
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https'){
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else{
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>