sketchfig
收藏魔搭社区2025-11-07 更新2025-01-11 收录
下载链接:
https://modelscope.cn/datasets/nllg/sketchfig
下载链接
链接失效反馈官方服务:
资源简介:
# Dataset Card for SketchFig
SketchFig is a dataset of scientific images with paired human-created
sketches collected on the [T<sub>E</sub>X Stack
Exchange](https://tex.stackexchange.com) platform. Visit the
[DeTi*k*Zify](https://github.com/potamides/DeTikZify) project for more
information.
## Usage
```python
from datasets import load_dataset
ds = load_dataset("nllg/sketchfig", split="train")
for sample in ds:
sample['image'].show()
sample['sketch'].show()
```
# SketchFig 数据集卡片
SketchFig是一个收录科学图像及其配套人工创作草图的数据集,数据采集自[T<sub>E</sub>X Stack Exchange](https://tex.stackexchange.com)平台。更多信息可查阅[DeTi*k*Zify](https://github.com/potamides/DeTikZify)项目页面。
## 使用方法
python
from datasets import load_dataset
ds = load_dataset("nllg/sketchfig", split="train")
for sample in ds:
sample['image'].show()
sample['sketch'].show()
提供机构:
maas
创建时间:
2025-01-08



