Spaces:
Build error
Build error
Ren Jiawei
commited on
Commit
·
3090213
1
Parent(s):
715ef09
update
Browse files
app.py
CHANGED
@@ -108,8 +108,18 @@ if __name__ == '__main__':
|
|
108 |
],
|
109 |
live=False,
|
110 |
allow_flagging='never',
|
111 |
-
title="
|
112 |
-
description="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
examples=[
|
114 |
[0, 'Jitter', 5],
|
115 |
[999, 'Drop Local', 5],
|
|
|
108 |
],
|
109 |
live=False,
|
110 |
allow_flagging='never',
|
111 |
+
title="ModelNet-C",
|
112 |
+
description="""
|
113 |
+
|
114 |
+
Welcome to the demo of ModelNet-C! In this demo, you may:
|
115 |
+
|
116 |
+
- **Visualize** various types of corrupted point clouds in ModelNet-C,
|
117 |
+
|
118 |
+
- **Compare** our proposed techniques to the baseline in terms of prediction robustness.
|
119 |
+
|
120 |
+
For more details, checkout more our paper [Benchmarking and Analyzing Point Cloud Classification under Corruptions, ICML 2022](https://arxiv.org/abs/2202.03377)!
|
121 |
+
|
122 |
+
""",
|
123 |
examples=[
|
124 |
[0, 'Jitter', 5],
|
125 |
[999, 'Drop Local', 5],
|