Skip to content

Add BOBSL, ISL-HS, Sign-BD datasets to the datasets table and references.bi #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/datasets/BOBSL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"pub": {
"name": "BOBSL",
"year": 2022,
"publication": "dataset:momeniAutomaticDenseAnnotation2022",
"url": "https://www.robots.ox.ac.uk/~vgg/data/bobsl/"
},
"features": [
"video:RGB",
"text:English"
],
"language": "British",
"#items": 2281,
"#samples": "1.2M Sentences",
"#signers": 37,
"license": "non-commercial authorized academics",
"licenseUrl": "https://www.bbc.co.uk/rd/projects/extol-dataset",
"contact": "[email protected]"
}
18 changes: 18 additions & 0 deletions src/datasets/ISL-HS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"pub": {
"name": "ISL-HS",
"year": 2017,
"publication": "dataset:oliveiraDatasetIrishSign2017",
"url": "https://github.com/marlondcu/ISL"
},
"features": [
"video:RGB",
"gloss:ISL-HandShapes"
],
"language": "Irish",
"#items": 23,
"#samples": "468 videos->58,114 images->23 handshapes",
"#signers": 6,
"license": null,
"licenseUrl": null
}
18 changes: 18 additions & 0 deletions src/datasets/SignBD-Word.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"pub": {
"name": "SignBD-Word",
"year": 2023,
"publication": "dataset:samsSignBDWordVideoBasedBangla2023",
"url": "https://zenodo.org/records/6779843"
},
"features": [
"video:RGB",
"pose:OpenPose"
],
"language": "Bangla",
"#items": 200,
"#samples": "6000 videos",
"#signers": "16",
"license": null,
"licenseUrl": null
}
39 changes: 38 additions & 1 deletion src/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2076,4 +2076,41 @@ @inproceedings{muller-etal-2023-considerations
url = "https://aclanthology.org/2023.acl-short.60",
doi = "10.18653/v1/2023.acl-short.60",
pages = "682--693",
}
}

@inproceedings{dataset:momeniAutomaticDenseAnnotation2022,
title = {Automatic {{Dense Annotation}} of~{{Large-Vocabulary Sign Language Videos}}},
booktitle = {Computer {{Vision}} -- {{ECCV}} 2022},
author = {Momeni, Liliane and Bull, Hannah and Prajwal, K. R. and Albanie, Samuel and Varol, G{\"u}l and Zisserman, Andrew},
editor = {Avidan, Shai and Brostow, Gabriel and Ciss{\'e}, Moustapha and Farinella, Giovanni Maria and Hassner, Tal},
year = {2022},
pages = {671--690},
publisher = {Springer Nature Switzerland},
address = {Cham},
doi = {10.1007/978-3-031-19833-5_39},
isbn = {978-3-031-19833-5},
langid = {english},
keywords = {Automatic dataset construction,Novel class discovery,Sign language recognition}
}

@inproceedings{dataset:samsSignBDWordVideoBasedBangla2023,
title = {{{SignBD-Word}}: {{Video-Based Bangla Word-Level Sign Language}} and {{Pose Translation}}},
shorttitle = {{{SignBD-Word}}},
booktitle = {2023 14th {{International Conference}} on {{Computing Communication}} and {{Networking Technologies}} ({{ICCCNT}})},
author = {Sams, Ataher and Akash, Ahsan Habib and Rahman, S. M. Mahbubur},
year = {2023},
month = jul,
pages = {1--7},
issn = {2473-7674},
doi = {10.1109/ICCCNT56998.2023.10306914},
urldate = {2024-03-13},
}


@inproceedings{dataset:oliveiraDatasetIrishSign2017,
title = {A {{Dataset}} for {{Irish Sign Language Recognition}}},
booktitle = {Proceedings of the {{Irish Machine Vision}} and {{Image Processing Conference}} ({{IMVIP}})},
author = {Oliveira, Marlon and Chatbri, Houssem and Ferstl, Ylva and Farouk, Mohamed and Little, Suzanne and O'Connor, Noel and Sutherland, A.},
year = {2017},
month = aug
}