Please share the following so we may better assist you:
Project type (Object detection, Classification, Polygon, etc.)
=Object detection
The operating system & browser you are using and their versions
= Colab
The screenshot of the error being triggered in your browser’s developer tools/console. Please copy/paste the url below to watch how to pull up your devtools
= When I upload darknet annotations with images in Roboflow project, export Yolov5 Pytorch format.
When I see the annotations, class number is totally messed up. Why it happened?
Hi @Mohamed - I have tried to Modify classes but still I am facing the same issue, like for label 1 I have override with ‘one’. When I generate the version then again my labels are changed, I am augmenting my images. I have also uploaded the images and their label txt files, when I export the dataset without any preproccessing and augmetnation, still changed the labels, Please help me anyone.
Hi I have resolved this issue by MySelf, after trying I have found that that Roboflow was actually reading the class/label names in alphbetical order from class.names, so I assign ‘a’ for ‘0’ class and ‘b’ for ‘1’ class and ‘c’ for ‘2’ vice versa .