Open MazharBukhari opened 4 years ago
Does solution in #https://github.com/AlexeyAB/darknet/issues/6322 address your issue ?
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.
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
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