forked from tuantran23012000/tuantran.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
67 lines (67 loc) · 2.97 KB
/
Copy pathcode.html
File metadata and controls
67 lines (67 loc) · 2.97 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title></title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Menu</div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="code.html" class="current">Codes/ Resources</a></div>
</td>
<td id="layout-content">
<h2>Resources</h2>
<table class="imgtable"><tr><td>
<img src="images/awe-mkup.png" alt="alt text" width="200px" height="150px" /> </td>
<td align="left"><p>A curated list of Awesome Makeup Transfer resources 🌱<br />
</p>
<p>[<a href="https://github.com/thaoshibe/awesome-makeup-transfer" target=“blank”>awesome-makeup-transfer</a>]
</p>
</td></tr></table>
<table class="imgtable"><tr><td>
<img src="images/makeup-gui.gif" alt="alt text" width="200px" height="140px" /> </td>
<td align="left"><p>Demo on Makeup Transfer with BeautyGAN<br />
</p>
<p>[<a href="https://youtu.be/fy1PN4uPbq4" target=“blank”>video</a>, <a href="https://github.com/thaoshibe/GUI-Makeup-Transfer" target=“blank”>github (GUI)</a>, <a href="https://github.com/thaoshibe/Facial-Makeup-Web" target=“blank”>github (web)</a>] <br />
</p>
</td></tr></table>
<h2>Codes</h2>
<table class="imgtable"><tr><td>
<img src="images/beautygan.png" alt="alt text" width="200px" height="150px" /> </td>
<td align="left"><p>A re-implementation of BeautyGAN (PyTorch):<br />
Instance-level Facial Makeup Transfer with Deep Generative Adversarial Network (ACM MM’18) <br />
</p>
<p>[<a href="https://github.com/thaoshibe/BeautyGAN-PyTorch-reimplementation" target=“blank”>github</a>]
</p>
</td></tr></table>
<table class="imgtable"><tr><td>
<img src="images/crawl.png" alt="alt text" width="200px" height="150px" /> </td>
<td align="left"><p>Download original images (not thumbnails!!)<br />
from Google Images Search by keywords, with multi-threading!!<br />
</p>
<p>[<a href="https://github.com/thaoshibe/crawl-original-google-images" target=“blank”>github</a>]
</p>
</td></tr></table>
<table class="imgtable"><tr><td>
<img src="images/chair.png" alt="alt text" width="200px" height="150px" /> </td>
<td align="left"><p>Project: Let's grab a chair 💺!<br />
Chair detectors & segmentors (Yolo, MaskRCNN, etc.) <br />
[<a href="https://github.com/thaoshibe/lets-grab-a-chair-" target=“blank”>github</a>]
</p>
</td></tr></table>
<div id="footer">
<div id="footer-text">
Page generated 2021-03-17 13:25:23 +07, by <a href="https://github.com/wsshin/jemdoc_mathjax" target="blank">jemdoc+MathJax</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>