silentone0725 commited on
Commit
5830f6a
·
verified ·
1 Parent(s): d737039

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -3
README.md CHANGED
@@ -1,3 +1,113 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Indian_Sign_Language_Data.gov_Rencoded
2
+
3
+ ## Dataset Overview
4
+
5
+ **Dataset name:** Indian_Sign_Language_Data.gov_Rencoded
6
+ **Hugging Face repository:** silentone0725/Indian_Sign_Language_Data.gov_Rencoded
7
+ **Modality:** Video (H.265 / HEVC)
8
+ **Total size:** ~75 GB
9
+ **Original size:** ~200 GB
10
+ **Language:** Indian Sign Language (ISL)
11
+ **License:** MIT
12
+
13
+ This dataset is a re-encoded and curated version of the *Indian Sign Language Dictionary* originally published on the Government of India Open Data Portal (data.gov.in). The primary goal of this release is to significantly reduce storage requirements while preserving visual quality, and to improve structural consistency for machine learning and research use.
14
+
15
+ ---
16
+
17
+ ## Source Dataset
18
+
19
+ **Original source:**
20
+ Indian Sign Language Dictionary (till January 2024)
21
+ Published by the Indian Sign Language Research and Training Centre (ISLRTC), Government of India
22
+ Hosted on: https://www.data.gov.in/resource/indian-sign-language-dictionary-till-january-2024
23
+
24
+ The original dataset consists of thousands of short video clips demonstrating isolated Indian Sign Language signs for words, alphabets, and numbers.
25
+
26
+ ---
27
+
28
+ ## Processing and Modifications
29
+
30
+ The following processing steps were applied to create this dataset:
31
+
32
+ 1. **Video re-encoding**
33
+ - All videos were re-encoded to **H.265 (HEVC)**.
34
+ - Encoding was performed with minimal perceptual quality loss.
35
+ - Dataset size was reduced from approximately **200 GB to 75 GB**.
36
+
37
+ 2. **Conflict resolution for similar words**
38
+ - Duplicate or semantically overlapping word entries were reviewed.
39
+ - Similar-word disputes were resolved to avoid redundant or ambiguous samples.
40
+
41
+ 3. **Structural reorganization**
42
+ - Videos were grouped primarily by:
43
+ - Alphabets (A–Z)
44
+ - Numbers (0–9)
45
+ - This grouping is intended to simplify dataset navigation and isolated-sign training workflows.
46
+
47
+ 4. **Format standardization**
48
+ - File naming and directory structure were normalized where possible.
49
+ - Metadata is provided in Hugging Face-compatible formats.
50
+
51
+ ---
52
+
53
+ ## Dataset Structure
54
+
55
+ The dataset is organized as follows:
56
+
57
+ - Alphabet-based directories containing sign videos for individual letters
58
+ - Number-based directories containing sign videos for digits
59
+ - Additional vocabulary entries derived from the original dictionary
60
+ - Hugging Face dataset metadata (Parquet format)
61
+
62
+ This structure is suitable for isolated sign classification and preprocessing pipelines.
63
+
64
+ ---
65
+
66
+ ## Intended Use
67
+
68
+ This dataset is intended for:
69
+
70
+ - Indian Sign Language (ISL) research
71
+ - Video-based sign language recognition
72
+ - Computer vision and deep learning experiments
73
+ - Accessibility and assistive technology development
74
+ - Educational and academic purposes
75
+
76
+ ---
77
+
78
+ ## Limitations
79
+
80
+ - This dataset focuses on **isolated signs**, not continuous sign language sentences.
81
+ - Compression artifacts may exist due to H.265 encoding; users should evaluate suitability for fine-grained motion analysis tasks.
82
+ - Metadata completeness depends on the original source and available annotations.
83
+
84
+ ---
85
+
86
+ ## Ethical Considerations
87
+
88
+ - The dataset contains videos of human signers; users should ensure respectful and ethical usage.
89
+ - The data should not be used for surveillance, profiling, or harmful applications.
90
+ - Users are responsible for complying with the original data source’s usage policies.
91
+
92
+ ---
93
+
94
+ ## Citation
95
+
96
+ If you use this dataset in academic or research work, please cite both:
97
+
98
+ 1. The original Indian Sign Language Dictionary dataset from data.gov.in
99
+ 2. This re-encoded Hugging Face dataset repository
100
+
101
+ ---
102
+
103
+ ## Acknowledgements
104
+
105
+ - Indian Sign Language Research and Training Centre (ISLRTC)
106
+ - Government of India Open Data Initiative
107
+ - Hugging Face Datasets community
108
+
109
+ ---
110
+
111
+ ## Contact
112
+
113
+ For issues, improvements, or questions, please use the Hugging Face repository discussion or issues section.