PyTorchDataset
ApertureDBDataset Objects
class ApertureDBDataset(data.Dataset)
This class implements a PyTorch Dataset for ApertureDB.
It is used to load blobs returned by a Find* command from ApertureDB into a PyTorch model.
It can be initialized with a query that will be used to retrieve
the blobs from ApertureDB. Note that only FindImage blobs are decoded via OpenCV.