Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,60 @@ size_categories:
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# HᴀSPᴇR: An Image Repository for Hand Shadow Puppet Recognition
|
|
|
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
```bib
|
| 16 |
@article{raiyan2024hasper,
|
| 17 |
title={HaSPeR: An Image Repository for Hand Shadow Puppet Recognition},
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# HᴀSPᴇR: An Image Repository for Hand Shadow Puppet Recognition
|
| 14 |
+
This repository contains the code, data, and models of the paper titled "HᴀSPᴇR: An Image Repository for Hand Shadow Puppet Recognition."
|
| 15 |
|
| 16 |
+
[](https://arxiv.org/abs/2408.10360)
|
| 17 |
+
[](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=4L_7vaoAAAAJ&citation_for_view=4L_7vaoAAAAJ:zYLM7Y9cAGgC)
|
| 18 |
+
[](https://www.researchgate.net/publication/383267121_HaSPeR_An_Image_Repository_for_Hand_Shadow_Puppet_Recognition)
|
| 19 |
+
[](https://huggingface.co/datasets/Starscream-11813/HaSPeR)
|
| 20 |
+
<!--- [](https://huggingface.co/datasets/Starscream-11813/HaSPeR)-->
|
| 21 |
+
[](https://arxiv.org/pdf/2408.10360)
|
| 22 |
+
|
| 23 |
+
**License:** Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
|
| 24 |
+
|
| 25 |
+
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
|
| 26 |
+
|
| 27 |
+
## Data Directory
|
| 28 |
+
Please navigate to the [Hugging Face repository](https://huggingface.co/datasets/Starscream-11813/HaSPeR) for the latest version of the dataset.
|
| 29 |
+
The image samples are partitioned according to the following directory tree:
|
| 30 |
+
<pre>
|
| 31 |
+
HaSPeR/
|
| 32 |
+
├── data/
|
| 33 |
+
│ ├── train/
|
| 34 |
+
│ │ ├── bird/
|
| 35 |
+
│ │ ├── chicken/
|
| 36 |
+
│ │ ├── cow/
|
| 37 |
+
│ │ ├── crab/
|
| 38 |
+
│ │ ├── deer/
|
| 39 |
+
│ │ ├── dog/
|
| 40 |
+
│ │ ├── elephant/
|
| 41 |
+
│ │ ├── horse/
|
| 42 |
+
│ │ ├── llama/
|
| 43 |
+
│ │ ├── moose/
|
| 44 |
+
│ │ ├── panther/
|
| 45 |
+
│ │ ├── rabbit/
|
| 46 |
+
│ │ ├── snail/
|
| 47 |
+
│ │ ├── snake/
|
| 48 |
+
│ │ └── swan/
|
| 49 |
+
│ └── val/
|
| 50 |
+
│ ├── bird/
|
| 51 |
+
│ ├── chicken/
|
| 52 |
+
│ ├── cow/
|
| 53 |
+
│ ├── crab/
|
| 54 |
+
│ ├── deer/
|
| 55 |
+
│ ├── dog/
|
| 56 |
+
│ ├── elephant/
|
| 57 |
+
│ ├── horse/
|
| 58 |
+
│ ├── llama/
|
| 59 |
+
│ ├── moose/
|
| 60 |
+
│ ├── panther/
|
| 61 |
+
│ ├── rabbit/
|
| 62 |
+
│ ├── snail/
|
| 63 |
+
│ ├── snake/
|
| 64 |
+
│ └── swan/
|
| 65 |
+
</pre>
|
| 66 |
+
|
| 67 |
+
## Citation
|
| 68 |
```bib
|
| 69 |
@article{raiyan2024hasper,
|
| 70 |
title={HaSPeR: An Image Repository for Hand Shadow Puppet Recognition},
|