auniquesun commited on
Commit
9f08f8a
·
verified ·
1 Parent(s): 21a1e3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -30,4 +30,15 @@ The datasets in this repository are used in the paper [Point-Cache: Test-time Dy
30
  2. You can find the download links of the above datasets from our **huggingface dataset repositories** as follows.
31
  - [Link](https://huggingface.co/datasets/auniquesun/Point-PRC/tree/main/new-3ddg-benchmarks/xset/corruption) for `modelnet_c` and `sonn_c`
32
  - [Link](https://huggingface.co/datasets/auniquesun/Point-PRC/tree/main/new-3ddg-benchmarks/xset/dg) for `omniobject3d`
33
- - [Link](https://huggingface.co/datasets/auniquesun/Point-Cache/tree/main) for `modelnet40`, `scanobjnn`, and `objaverse_lvis`
 
 
 
 
 
 
 
 
 
 
 
 
30
  2. You can find the download links of the above datasets from our **huggingface dataset repositories** as follows.
31
  - [Link](https://huggingface.co/datasets/auniquesun/Point-PRC/tree/main/new-3ddg-benchmarks/xset/corruption) for `modelnet_c` and `sonn_c`
32
  - [Link](https://huggingface.co/datasets/auniquesun/Point-PRC/tree/main/new-3ddg-benchmarks/xset/dg) for `omniobject3d`
33
+ - [Link](https://huggingface.co/datasets/auniquesun/Point-Cache/tree/main) for `modelnet40`, `scanobjnn`, and `objaverse_lvis`
34
+
35
+ 3. If you find our paper and datasets are helpful for your project or research, please cite our work as follows.
36
+ ```bibtex
37
+ @inproceedings{sun25pointcache,
38
+ title={Point-Cache: Test-time Dynamic and Hierarchical Cache for Robust and Generalizable Point Cloud Analysis},
39
+ author={Sun, Hongyu and Ke, Qiuhong and Cheng, Ming and Wang, Yongcai and Li, Deying and Gou, Chenhui and Cai, Jianfei},
40
+ booktitle={2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
41
+ year={2025},
42
+ month={June}
43
+ }
44
+ ```