-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
168 lines (118 loc) · 4.99 KB
/
index.html
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>Haymax Notebook</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<link rel="stylesheet" href="https://tonywangziteng.github.io/styles/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<script src="https://cdn.staticfile.org/highlight.js/9.15.9/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div class="sidebar animated fadeInDown">
<div class="logo-title">
<div class="title">
<img src="https://tonywangziteng.github.io/images/avatar.png?v=1609249704925" style="width:127px;" />
<div class="description">
<p>温故而知新</p>
</div>
</div>
</div>
<ul class="social-links">
</ul>
<div class="footer">
<div class="by_farbox">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a>
</div>
</div>
</div>
</div>
<div class="main">
<div class="page-top animated fadeInDown">
<div class="nav">
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li><a href="/tags">标签</a></li>
<li><a href="/post/about">关于</a></li>
</div>
<div class="information">
<div class="back_btn">
<li><a class="fa fa-chevron-left" onclick="window.history.go(-1)" style="display:none;"> </a></li>
</div>
</div>
</div>
<div class="autopagerize_page_element">
<div class="content">
<div class="post animated fadeInDown">
<div class="post-title">
<h3><a href="https://tonywangziteng.github.io/post/physics-101-learning-physical-object-properties-from-unlabeled-videos/">Physics 101: Learning Physical Object Properties from Unlabeled Videos</a></h3>
</div>
<div class="post-content">
<p><p>Author: Jiajun Wu (stanford)<br>
Main work: Studying physics parameters from unlabled videos.</p>
</p>
</div>
<div class="post-footer">
<div class="meta">
<div class="info">
<i class="fa fa-sun-o"></i>
<span class="date">2020-10-23</span>
<i class="fa fa-tag"></i>
<a class="tag" href="https://tonywangziteng.github.io/tag/jiuvsblRB/" title="paper reading">paper reading </a>
<a class="tag" href="https://tonywangziteng.github.io/tag/2vRMlcpkaZ/" title="osi">osi </a>
<a class="tag" href="https://tonywangziteng.github.io/tag/4uE0uVUPee/" title="sim2real">sim2real </a>
</div>
</div>
</div>
</div>
<div class="post animated fadeInDown">
<div class="post-title">
<h3><a href="https://tonywangziteng.github.io/post/cong-win10-kai-shi-pei-zhi-ubuntu1804-shuang-xi-tong-pytorch-gpu-shen-du-xue-xi-huan-jing/">从win10开始配置ubuntu18.04双系统+pytorch-gpu深度学习环境</a></h3>
</div>
<div class="post-content">
<p></p>
</div>
<div class="post-footer">
<div class="meta">
<div class="info">
<i class="fa fa-sun-o"></i>
<span class="date">2020-09-29</span>
<i class="fa fa-tag"></i>
<a class="tag" href="https://tonywangziteng.github.io/tag/Bhw3_BxM7/" title="环境配置">环境配置 </a>
</div>
</div>
</div>
</div>
<div class="post animated fadeInDown">
<div class="post-title">
<h3><a href="https://tonywangziteng.github.io/post/pbrnet/">PBRNet:Progressive Boundary Refinement Network for Temporal Action Detection</a></h3>
</div>
<div class="post-content">
<p></p>
</div>
<div class="post-footer">
<div class="meta">
<div class="info">
<i class="fa fa-sun-o"></i>
<span class="date">2020-09-20</span>
<i class="fa fa-tag"></i>
<a class="tag" href="https://tonywangziteng.github.io/tag/dHDYhQvFG/" title="TAD">TAD </a>
<a class="tag" href="https://tonywangziteng.github.io/tag/OBw-_HguFi/" title="AIML">AIML </a>
<a class="tag" href="https://tonywangziteng.github.io/tag/jiuvsblRB/" title="paper reading">paper reading </a>
</div>
</div>
</div>
</div>
<div class="pagination">
<ul class="clearfix">
</ul>
</div>
</div>
</div>
</div>
<script src="https://tonywangziteng.github.io/media/scripts/jquery.js"></script>
<script src="https://tonywangziteng.github.io/media/scripts/jquery-migrate-1.2.1.min.js"></script>
<script src="https://tonywangziteng.github.io/media/scripts/jquery.appear.js"></script>
</body>
</html>