Starscream-11813 commited on
Commit
d1bf565
·
verified ·
1 Parent(s): baf8b04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2408.10360-b31b1b.svg?logo=arxiv)](https://arxiv.org/abs/2408.10360)
17
+ [![GoogleScholar](https://img.shields.io/badge/Google%20Scholar-4285F4?style=flat&logo=Google+Scholar&logoColor=white&color=gray&labelColor=4285F4)](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=4L_7vaoAAAAJ&citation_for_view=4L_7vaoAAAAJ:zYLM7Y9cAGgC)
18
+ [![ResearchGate](https://img.shields.io/badge/ResearchGate-00CCBB?style=flat&logo=ResearchGate&logoColor=white&color=gray&labelColor=00CCBB)](https://www.researchgate.net/publication/383267121_HaSPeR_An_Image_Repository_for_Hand_Shadow_Puppet_Recognition)
19
+ [![HuggingFace](https://img.shields.io/badge/Hugging%20Face-FFAE33?&logo=HuggingFace&logoColor=yellow&labelColor=grey)](https://huggingface.co/datasets/Starscream-11813/HaSPeR)
20
+ <!--- [![HuggingFace](https://img.shields.io/badge/Hugging%20Face-yellow?style=flat&logo=HuggingFace&logoColor=white&color=yellow&labelColor=grey)](https://huggingface.co/datasets/Starscream-11813/HaSPeR)-->
21
+ [![PDF](https://img.shields.io/badge/Paper%20PDF-EF3939?style=flat&logo=readme&logoColor=white&color=gray&labelColor=ec1c24)](https://arxiv.org/pdf/2408.10360)
22
+
23
+ **License:** Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
24
+
25
+ [![license](https://arxiv.org/icons/licenses/by-nc-sa-4.0.png)](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},