When exporting in yolov5 pytorch format, class names do not appear.

That is, there are no class names in the data.yaml file that are in the markup. Also, the names of classes are written in Cyrillic. Is there any way to fix this?

Hi @Pavel_Glebov its due to the class names having Cyrillic characters. You’ll need to change the class names to omit them.

You can utilize our modify classes tool to accomplish this faster: Modifying Classes - Roboflow

Thanks for the answer, I wish I could do that. I had to teach the neural network to recognize Cyrillic characters.