GMUSketchCleanup¶
- class sketchkit.datasets.GMUSketchCleanup(root: str | Path | None = None, load_all: bool = False, cislab_source: bool = False, skip_integrity_check: bool = False)[source]¶
GMU Rough Sketch Cleanup dataset (SVG parsing version).
Directory structure (after extraction): Benchmark_Dataset/
├── GT/ ├── Rough/JPG/ ├── Rough/PNG/ ├── Rough/SVG/ └── sketch_tags.csv
Only the id column is mandatory; additional columns like split (GT/Rough) and file_path (SVG path) are optional.
_get_single: Reads from raw_data; if missing, parses the SVG from disk and caches it.
Supports downloading from the official website or CISLAB mirror.
- Private-members:
- Special-members: