AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.77k stars 7.96k forks source link

Segmentation Fault for YoLO labels in Urdu language #6326

Open MazharBukhari opened 4 years ago

MazharBukhari commented 4 years ago

Hi, I have created labels for urdu language in data/labels/ folder. It creates Urdu characters labels and I have trained my model on Urdu language. Actually I want to detect and recognize urdu characters from YOLO and I want to have yolo predictions in Urdu language. I can see the predicted labels in command prompt windows with percentage of predictions but it also says segmentation fault core dumped as you can see in the image below. Please help me out I need to solve this issue urgently IMG-20200723-WA0006

versavel commented 4 years ago

Does solution in #https://github.com/AlexeyAB/darknet/issues/6322 address your issue ?

MazharBukhari commented 4 years ago

No it doesn't address the issue I am facing. Actually when obj.names file contains labels in English language it works fine for me. It show predictions with bounding box on the images but when I use urdu characters in obj.names file it shows segmentation fault.

MazharBukhari commented 4 years ago

I posted the issue some days ago but got nothing. You can see the screenshots of my labels in Urdu language from below given link https://github.com/AlexeyAB/darknet/issues/6211#issue-655261850