PhotoSketching

class sketchkit.datasets.PhotoSketching(root: str | Path | None = None, load_all: bool = False, cislab_source: bool = False, skip_integrity_check: bool = False)[source]

The PhotoSketching dataset loader.

PhotoSketching is a dataset for photo-to-sketch generation, containing paired images and their corresponding sketch representations. The dataset includes: - 1,000 outdoor photos - 5,000 SVG format sketches (5 sketches per photo, with stroke timestamps) - 15,000 PNG format rendered sketches (each SVG sketch rendered with 3 different line widths)

md5_sum

MD5 checksum for dataset integrity verification.

Type:

str

metadata

List of metadata column names for the dataset.

Type:

list

Private-members:

Special-members: