s6.app.dsΒΆ

s6.app.ds.parse_and_preview(dataset_path: str)

Parses the dataset file and previews the images with bounding boxes and center points.

Parameters:

dataset_file (str) – Path to the dataset file (JSON or JSONL format).

s6.app.ds.main(*args)