Tensor Relationships
Understanding the correct data layout for successful visualization.
Understanding the Relationships Between Deep Lake Tensors
Indexing
Relationships Between Tensors
ds
-> images (htype = image)
-> labels (htype = class_label)
-> boxes (htype = bbox)ds
-> images (htype = image)
-> vehicle_labels (htype = class_label)
-> vehicle_boxes (htype = bbox)
-> people_labels (htype = class_label)
-> people_masks (htype = binary_mask)Last updated
Was this helpful?