SketchSynth Dataset
收藏NIAID Data Ecosystem2026-03-14 收录
下载链接:
https://zenodo.org/record/7591066
下载链接
链接失效反馈官方服务:
资源简介:
Dataset of sound-sketches produced by 62 participants to the semantic prompt pairs: noisy - calm, thin - thick, clean - rough
The JSON file containing the raw sketch and is formatted as follows:
{
participant1_id: {
prompt1: [...],
prompt2: [...],
prompt3: [...],
...},
participant2_id: {
prompt1: [...],
prompt2: [...],
prompt3: [...],
...},
.
.
.
}
Sketch data is saved in the format:
#Sketch array
[#Stroke 1 array
[#Recorded stroke points
[x0,x1,x2,...], #x positions
[y0,y1,y2,...], #y positions
[t0,t1,t2,...], #timestamps
],
#More Stroke arrays
[...],
[...],
...
]
The dataset also includes rasterised sketches for each participant and each prompt, the predicted sounds and the ratings that participant provided.
创建时间:
2023-02-08



