From c6e9ea3308ae91377edfd322606c57bc4ccc953d Mon Sep 17 00:00:00 2001 From: Colin Leong <122366389+cleong110@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:33:53 -0400 Subject: [PATCH 1/2] Add SLR500, update Video-based CSL --- src/datasets/SLR500.json | 16 ++++++++++++++++ src/datasets/Video_Based_CSL.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/datasets/SLR500.json diff --git a/src/datasets/SLR500.json b/src/datasets/SLR500.json new file mode 100644 index 0000000..972dcb9 --- /dev/null +++ b/src/datasets/SLR500.json @@ -0,0 +1,16 @@ +{ + "pub": { + "name": "SLR500", + "year": 2019, + "publication": "huang2019attention3DCNNsSLR", + "url": "https://ustc-slr.github.io/datasets/2015_csl/" + }, + "#loader": null, + "#items": 500, + "#samples":"50x5/sign=125,000", + "#signers": 50, + "features": ["video:RGBD","gloss", "pose:Kinect"], + "language": "Chinese", + "license": "Research Attribution", + "licenseUrl": "https://ustc-slr.github.io/datasets/2015_csl/Release-Agreement-csl2015.pdf" + } \ No newline at end of file diff --git a/src/datasets/Video_Based_CSL.json b/src/datasets/Video_Based_CSL.json index 7243b98..1d668bd 100644 --- a/src/datasets/Video_Based_CSL.json +++ b/src/datasets/Video_Based_CSL.json @@ -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" } From f9af489c354b8e02916c3e9d8a9f4027617b6694 Mon Sep 17 00:00:00 2001 From: Colin Leong <122366389+cleong110@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:36:13 -0400 Subject: [PATCH 2/2] CDL: updated access URL for video-based CSL --- src/datasets/Video_Based_CSL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datasets/Video_Based_CSL.json b/src/datasets/Video_Based_CSL.json index 1d668bd..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",