Creating Object Detection Datasets
Converting an object detection dataset to Deep Lake format is a great way to get started with datasets of increasing complexity.
How to convert a YOLO object detection dataset to Deep Lake format
This tutorial is also available as a Colab Notebook
Create the Deep Lake Dataset
data_dir
|_images
|_image_1.jpg
|_image_2.jpg
|_image_3.jpg
|_image_4.jpg
|_boxes
|_image_1.txt
|_image_2.txt
|_image_3.txt
|_image_4.txt
|_classes.txtInspect the Deep Lake Dataset

Was this helpful?