Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<h1>Quantifying Shape Complexity</h1>
|
| 2 |
+
<h1>SHREC 2021 Track</h1>
|
| 3 |
+
---
|
| 4 |
+
pretty_name: SHREC 2021 Track Database for Quantifying Shape Complexity
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Dataset Card for SHREC 2021 Track Database
|
| 8 |
+
|
| 9 |
+

|
| 10 |
+
|
| 11 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 12 |
+
|
| 13 |
+
The SHREC 2021 Track on Quantifying Shape Complexity aimed to provide a benchmark for the quantification of 3D shape complexity. Shape complexity is an ill-defined concept. Hence, the concept is explored complexity multiple tasks and data collections. Due to the relative nature of complexity, a linear order may not make sense. There may be multiple aspects of complexity that can be measured.
|
| 14 |
+
|
| 15 |
+
In the first collection, we consider synthetically acquired noisy cubes and spheres.
|
| 16 |
+
|
| 17 |
+
The second collection consists of abstract shapes and is made up of two subcollections each composed of 25 shapes.
|
| 18 |
+
|
| 19 |
+
The third part consists of the categorized shapes of the Princeton Segmentation Benchmark (Chen et al., "A Benchmark for 3D Mesh Segmentation", TOG, 28.3, 2009).
|
| 20 |
+
|
| 21 |
+
Each of these collections can be considered as seeking a different aspect of shape complexity.
|
| 22 |
+
|
| 23 |
+
## Dataset Structure
|
| 24 |
+
|
| 25 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 26 |
+
|
| 27 |
+
All datasets consist of zipped OBJ 3D mesh files.
|
| 28 |
+
|
| 29 |
+
## Dataset Creation
|
| 30 |
+
|
| 31 |
+
The data in collections 1 and 2 was created by the organizers of the SHREC 2021 track on Quantifying Shape Complexity:
|
| 32 |
+
|
| 33 |
+
M. Ferhat Arslan - Middle East Technical University, Department of Computer Engineering
|
| 34 |
+
Alexandros Haridis - Massachusetts Institute of Technology, Department of Architecture
|
| 35 |
+
Paul L. Rosin - Cardiff University, School of Computer Science & Informatics<br>
|
| 36 |
+
Sibel Tari - Middle East Technical University, Department of Computer Engineering
|
| 37 |
+
|
| 38 |
+
Collection 3 can be accessed at [here](https://segeval.cs.princeton.edu")
|
| 39 |
+
|
| 40 |
+
## Citation
|
| 41 |
+
|
| 42 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 43 |
+
|
| 44 |
+
**BibTeX:**
|
| 45 |
+
|
| 46 |
+
```
|
| 47 |
+
@article{arslan2022shrec,
|
| 48 |
+
title={SHREC’21: Quantifying shape complexity},
|
| 49 |
+
author={Arslan, Mazlum Ferhat and Haridis, Alexandros and Rosin, Paul L and Tari, Sibel and Brassey, Charlotte and Gardiner, James D and Genctav, Asli and Genctav, Murat},
|
| 50 |
+
journal={Computers \& Graphics},
|
| 51 |
+
volume={102},
|
| 52 |
+
pages={144--153},
|
| 53 |
+
year={2022},
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
## Dataset Card Contact
|
| 58 |
+
|
| 59 |
+
Paul Rosin\
|
| 60 |
+
Cardiff University\
|
| 61 |
+
[rosinpl@cardiff.ac.uk](mailto:rosinpl@cardiff.ac.uk)
|