Abdelsalam Hamdi
Abdelsalam Hamdi
Hi @xinntao I'm facing the same error although I used the _old_arch.pth model but still have the same error. any idea ?
Hi, I'm trying to recognize Arabic number using tesseract 3.04. The results using https://github.com/tesseract-ocr/tessdata/tree/3.04.00 train data from here with the cube files of course are very random and most of...
@ahmed-tea Hi , i have used your Arabic number trained file for tesseract 4 and it's very good. I'm trying to do the same file but for tesseract 3.04, i...
Hi guys . I'm trying to find the traineddata fot arabic numbers only , can any body guide me where to find it thank you im using tesseract 4 visual...
Hi, @Tamoghna-Saha I'm facing the exact same issue, I have run the creat_lmdp_dataset.py already, and got the outputfile as results.mdp I changed the and made it as training.mdp. after that...
Hi, I have the same issue here. But it happen when I try to feed an image to my model. I'm using one of the existing models in pytorch. I...
Hi @Dennis1995 I wanted to ask , this project use what version of tesseract. if yes then it's great if not please help me where to find if you have...
I think one of the best ways to do NMS is to use the OpenCV function `cv2.dnn.NMSBoxes` Here is my impplemntion for Yolov8 from A to Z all using ONNX...
@baglanaitu Hi, The output shape of the array in ur case will be (number-of boxes, 8) Unlike yolov5 there's no separate confidence level. each class will have a separate confidence...
@baglanaitu I'm not really sure where exactly u need to modify it if u want to be added during the training. But maybe u can just apply it on the...