tlc.core.objects.tables.from_url¶
Subclasses of Table which take a Url as input
Modules and Packages¶
Module |
Description |
|---|---|
A table populated from a dataset in the COCO format |
|
A table populated from a comma-separated values (CSV) string loaded from a URL |
|
Placeholder module for a table populated from an image folder dataset. For now it only holds helpers used in the implementation of Table.from_image_folder. |
|
A table populated from a NDJSON file at a given URL. |
|
A table populated from a Parquet file loaded from a URL |
|
A table representing another, potentially unregistered, Table type from a URL |
|
A table populated from a YOLO dataset |
|
A table populated from a YOLO NDJSON file at a given URL. |
|
A table populated from a single YOLO dataset folder |
|
Helpers for loading tables from URLs |