Datasets:
Add task category and link to paper (#2)
Browse files- Add task category and link to paper (d7ef9ce768c631371fad9a0c89403d3215b0a3c3)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Datasets
|
2 |
1. The folder structure of used datasets should be organized as follows.
|
3 |
```sh
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-classification
|
4 |
+
---
|
5 |
+
|
6 |
+
The datasets in this repository are used in the paper [Point-Cache: Test-time Dynamic and Hierarchical Cache for Robust and Generalizable Point Cloud Analysis](http://arxiv.org/abs/2503.12150).
|
7 |
+
|
8 |
### Datasets
|
9 |
1. The folder structure of used datasets should be organized as follows.
|
10 |
```sh
|