Point-PRC / README.md
nielsr's picture
nielsr HF Staff
Add Arxiv link, license and task category
8004b96 verified
|
raw
history blame
3.42 kB
metadata
task_categories:
  - image-classification
license: mit

Datasets

  1. We conduct experiments on three new 3D domain generalization (3DDG) benchmarks proposed by us, as introduced in the next section.

    • base-to-new class generalization (base2new)
    • cross-dataset generalization (xset)
    • few-shot generalization (fewshot)
  2. The structure of these benchmarks should be organized as follows.

    /path/to/Point-PRC
    |----data # placed in the same level of `trainers`, `weights`, etc. 
        |----base2new
            |----modelnet40
            |----scanobjectnn
            |----shapenetcorev2
        |----xset
            |----corruption
            |----dg
            |----sim2real
            |----pointda
        |----fewshot
            |----modelnet40
            |----scanobjectnn
            |----shapenetcorev2
  1. You can find the usage instructions and download links of these new 3DDG benchmarks in the following section.

New 3DDG Benchmarks

Base-to-new Class Generalization

  1. The datasets used in this benchmark can be downloaded according to the following links.

  2. The following table shows the statistics of this benchmark.

Cross-dataset Generalization

  1. The datasets used in this benchmark can be downloaded according to the following links.

  2. The following table shows the statistics of this benchmark.

Few-shot Generalization

  1. Although this benchmark contains same datasets as the Base-to-new Class, it investigates the model generalization under extremely low-data regime (1, 2, 4, 8, and 16 shots), which is quite different from the evaluation setting in Base-to-new Class Generalization.

  2. The following table shows the statistics of this benchmark.

Dataset presented in Point-Cache: Test-time Dynamic and Hierarchical Cache for Robust and Generalizable Point Cloud Analysis.

Code: https://github.com/auniquesun/Point-Cache