RT-DETR fine tuning "No labels found" during training #19058
Replies: 2 comments 1 reply
-
👋 Hello @MacJavellana, thank you for sharing such a detailed inquiry and for your interest in Ultralytics 🚀! We understand that working through dataset formatting and training nuances can be challenging, especially when transitioning between formats like VOC and COCO. To effectively assist, here are a few pointers for debugging and resolving your issue:
EnvironmentsYOLO can be trained/tested in various environments with all dependencies preinstalled, such as Google Colab, Paperspace, or Kaggle. Feel free to leverage these for testing your setup. StatusYou can also check the status of our Ultralytics CI ( This is an automated response to guide you toward potential solutions. An Ultralytics engineer will review your issue shortly to provide more specific assistance. Stay tuned! 🚀 |
Beta Was this translation helpful? Give feedback.
-
hello... so i've fixed it i've followed this video specifically how they did their file structure where they have a folder called data with subfolders of images and labels images has train, validate, and test here is the youtube link if anyone have the same problem in the future https://www.youtube.com/watch?v=m9fH9OWn8YM |
Beta Was this translation helpful? Give feedback.
-
helloo I've a similar problem with issue#13361 but i wasn't able to follow or fix the problem. I'm hoping that i could be able to fix my specific problem with your help. I'm fairly new in running machine learning models and using it
here was my warning/error: "train: WARNING⚠️ No labels found in E:\thesis models\RT-DETR-Pipeline\CamoCrops_2025\Images\Train.cache. See https://docs.ultralytics.com/datasets for dataset formatting
guidance."
my best guess is that my path and format isn't properly set due to the fact that my main dataset was in voc and i had to convert it in coco format
for your reference here is my file structure
E:/thesis models/RT-DETR-Pipeline/
├── CamoCrops_2025/
│ ├── Annotations/
│ │ ├── Train/
│ │ ├── Validation/
│ │ └── Test_new/
│ ├── Images/
│ │ ├── Train/
│ │ ├── Validation/
│ │ └── Test_new/
│ ├── labels/
│ │ ├── annotations_train.json
│ │ ├── annotations_validation.json
│ │ └── annotations_test_new.json
├── main.py
├── eval.py
├── convert_to_coco.py
└── camocrops.yaml
here is my files
i've also attached my annotation json files for your reference
annotations_test_new.json
annotations_train.json
annotations_validation.json
thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions