Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for SketchFig

SketchFig is a dataset of scientific images with paired human-created sketches collected on the TEX Stack Exchange platform. Visit the DeTikZify project for more information.

Usage

from  datasets  import  load_dataset

ds = load_dataset("nllg/sketchfig", split="train")
for sample in ds:
    sample['image'].show()
    sample['sketch'].show()
Downloads last month
54

Collection including nllg/sketchfig