DeTikZify
Collection
Synthesizing Graphics Programs for Scientific Figures and Sketches with TikZ • 13 items • Updated • 30
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.
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.
from datasets import load_dataset
ds = load_dataset("nllg/sketchfig", split="train")
for sample in ds:
sample['image'].show()
sample['sketch'].show()