sketchkit.datasets.fscoco

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

Bases: SketchDataset

FS-COCO dataset loader for vector sketches stored in .npy format.

This dataset class can download, verify, index, and load FS-COCO vector sketches. Each sketch is represented as polyline points and converted to cubic Bézier curves.

md5_sum

MD5 checksum for verifying dataset integrity.

Type:

str

metadata

Column names used in the metadata table.

Type:

list[str]

extra_repr() str[source]

Return a short human-readable summary for debugging.

Returns:

Summary string containing file count and shard coverage.

Return type:

str

md5_sum: str = '5e5c08c2e6877b164b5d04f3ce8b9f89'
metadata = ['id', 'shard', 'file_path']