From bcaf84c94e27a3562c5796da0f6d90701ab51337 Mon Sep 17 00:00:00 2001 From: Colin Leong <122366389+cleong110@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:23:11 -0400 Subject: [PATCH 1/2] Adding JSON for CSL-Daily --- src/datasets/CSL-Daily.json | 16 ++++++++++++++++ src/references.bib | 3 +-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/datasets/CSL-Daily.json diff --git a/src/datasets/CSL-Daily.json b/src/datasets/CSL-Daily.json new file mode 100644 index 0000000..1874df4 --- /dev/null +++ b/src/datasets/CSL-Daily.json @@ -0,0 +1,16 @@ +{ + "pub": { + "name": "CSL-Daily", + "year": 2021, + "publication":"dataset:Zhou2021_SignBackTranslation_CSLDaily", + "url": "https://ustc-slr.github.io/datasets/2021_csl_daily/" + }, + "#loader": null, + "#items": 2000, + "#samples": "20654 Sentences", + "#signers": 10, + "features":["video","text:Chinese","gloss"], + "language": "Chinese", + "license": "Authorized Academics", + "licenseUrl": "https://ustc-slr.github.io/datasets/2021_csl_daily/Release-Agreement-CSL-Daily.pdf" + } \ No newline at end of file diff --git a/src/references.bib b/src/references.bib index f01e75d..97b5bf8 100644 --- a/src/references.bib +++ b/src/references.bib @@ -3394,8 +3394,7 @@ @inproceedings{dataset:Zhou2021_SignBackTranslation_CSLDaily pages = {1316--1325}, publisher = {Computer Vision Foundation / {IEEE}}, timestamp = {Sun, 02 Oct 2022 01:00:00 +0200}, - title = {Improving Sign Language Translation With Monolingual Data by Sign -Back-Translation}, + title = {Improving Sign Language Translation With Monolingual Data by Sign Back-Translation}, url = {https://openaccess.thecvf.com/content/CVPR2021/html/Zhou\_Improving\_Sign\_Language\_Translation\_With\_Monolingual\_Data\_by\_Sign\_Back-Translation\_CVPR\_2021\_paper.html}, year = {2021} } From 9fb7c506be3f852191f8f8def291ad91c15d971c Mon Sep 17 00:00:00 2001 From: Colin Leong <122366389+cleong110@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:24:05 -0400 Subject: [PATCH 2/2] Updating Video_Based_CSL website and license --- src/datasets/Video_Based_CSL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datasets/Video_Based_CSL.json b/src/datasets/Video_Based_CSL.json index 7243b98..0ee94b4 100644 --- a/src/datasets/Video_Based_CSL.json +++ b/src/datasets/Video_Based_CSL.json @@ -3,7 +3,7 @@ "name": "Video-Based CSL", "year": 2018, "publication": "dataset:huang2018video", - "url": "http://home.ustc.edu.cn/~hagjie/" + "url": "https://ustc-slr.github.io/datasets/2015_csl/" }, "features": ["video:RGBD","gloss", "pose:Kinect"], "language": "Chinese", @@ -11,5 +11,5 @@ "#samples": "25,000 Videos", "#signers": 50, "license": "Research Attribution", - "licenseUrl": "https://rec.ustc.edu.cn/share/475ac440-dab7-11ea-963e-ebae3cfe5012" + "licenseUrl": "https://ustc-slr.github.io/datasets/2015_csl/Release-Agreement-csl2015.pdf" }