I have labeled my project images and have created a dataset version for object detection. I am trying to access this data with Google Colab or my computer (my computer just died and current computer has no GPU and no storage space) without having to download it. Google Colab apparently has a known issue where if there are more than 1000 objects in a folder it will not run. My images are 162k. I keep trying to find ways to access my images, without downloading them, so I can custom train my data with transfer learning from YOLO11.
I have labeled my images with the class and bounding box that relates to each class (i.e. deer, doe, buck).
Another question is if I have to train first with Object detection and then again for classification and then again with bounding boxes, or can it be done at the same time?
My Colab is using Python3 A100 GPU.