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()