Spaces:
Runtime error
Runtime error
Update
Browse files- index.html +13 -0
- list.md +12 -0
index.html
CHANGED
@@ -47,6 +47,19 @@
|
|
47 |
</div>
|
48 |
<h2 id="unofficial-demo-apps-for-public-repositories">Unofficial Demo Apps for Public Repositories</h2>
|
49 |
<div class="box">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
<span class="box-title">General</span>
|
51 |
<p>
|
52 |
<h3 id="object-detection">Object Detection</h3>
|
|
|
47 |
</div>
|
48 |
<h2 id="unofficial-demo-apps-for-public-repositories">Unofficial Demo Apps for Public Repositories</h2>
|
49 |
<div class="box">
|
50 |
+
<span class="box-title">List of Papers</span>
|
51 |
+
<p>
|
52 |
+
<h3 id="computer-vision">Computer Vision</h3>
|
53 |
+
<ul>
|
54 |
+
<li><a href="https://huggingface.co/spaces/hysts/CVPR2022_papers">CVPR 2022</a>
|
55 |
+
<ul>
|
56 |
+
<li>https://openaccess.thecvf.com/CVPR2022</li>
|
57 |
+
<li>https://github.com/amusi/CVPR2022-Papers-with-Code</li>
|
58 |
+
</ul></li>
|
59 |
+
</ul>
|
60 |
+
</p>
|
61 |
+
</div>
|
62 |
+
<div class="box">
|
63 |
<span class="box-title">General</span>
|
64 |
<p>
|
65 |
<h3 id="object-detection">Object Detection</h3>
|
list.md
CHANGED
@@ -26,6 +26,18 @@
|
|
26 |
|
27 |
## Unofficial Demo Apps for Public Repositories
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
<div class="box">
|
30 |
<span class="box-title">General</span>
|
31 |
<p>
|
|
|
26 |
|
27 |
## Unofficial Demo Apps for Public Repositories
|
28 |
|
29 |
+
<div class="box">
|
30 |
+
<span class="box-title">List of Papers</span>
|
31 |
+
<p>
|
32 |
+
|
33 |
+
### Computer Vision
|
34 |
+
- [CVPR 2022](https://huggingface.co/spaces/hysts/CVPR2022_papers)
|
35 |
+
- https://openaccess.thecvf.com/CVPR2022
|
36 |
+
- https://github.com/amusi/CVPR2022-Papers-with-Code
|
37 |
+
|
38 |
+
</p>
|
39 |
+
</div>
|
40 |
+
|
41 |
<div class="box">
|
42 |
<span class="box-title">General</span>
|
43 |
<p>
|