aistore.pytorch.base_map_dataset
aistore.pytorch.base_map_dataset
Base class for AIS Map Style Datasets
Copyright (c) 2024-2025, NVIDIA CORPORATION. All rights reserved.
Module Contents
Classes
API
Bases: Dataset
A base class for creating map-style AIS Datasets. Should not be instantiated directly. Subclasses
should implement :meth:__getitem__ which fetches a samples given a key from the dataset and can optionally
override other methods from torch Dataset such as :meth:__len__ and :meth:__getitems__.
Parameters:
Single or list of AISSource objects to load data
Map of AISSource objects to list of prefixes that only allows
Create a list of all the objects in the given URLs and AIS sources.
Returns: List[Object]
List[Object]: List of all the objects in the given URLs and AIS sources
Getter for internal object data list.
Returns: List[Object]
List[Object]: Object data of the dataset