File size: 734 Bytes
8ce7a16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f698c7c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
dataset_info:
  features:
  - name: frames
    sequence: image
  - name: sketch
    dtype: image
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 507943100.0
    num_examples: 269
  download_size: 3596173
  dataset_size: 507943100.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
The "frames" column of this dataset holds a sequence of images, where each sequence represents one video. Each video depicts a virtual hand, animated in Unity, tracing out sketches from the [Quick, Draw!](https://quickdraw.withgoogle.com) dataset. The "sketch" column shows the original sketch, and the "label" column is the prompt given to the artist before each sketch was drawn.