Project Type: Object detection
Operating system: Windows 11
I have many datasets in the coco format. When I upload via the “upload data” tab on the project’s browser page and select a folder with images and an _annotations.coco.json file, everything uploads fine. Bounding boxes, class labels, images, and all. But when I try to use the Python SDK (Roboflow.worspace.upload_dataset) or the CLI (roboflow import …), only the images upload. None of the bounding boxes get uploaded with them. How do I properly use the API to upload a full dataset of annotated images?