@@PyLessons hi, ModuleNotFoundError: No module named "mltu.annotations",what is your env?plase,thanks.
@codewithme69742 жыл бұрын
Hi ,Thanks for all your Videos .Those Videos helped me a lot you deserve more subs and views on your channel Thanks Again
@alanferrari7843 Жыл бұрын
Hi, hello. I want to say that this tutorial is amazing!! Thank you very much.
@PyLessons Жыл бұрын
You are welcome!
@mine-bx9if4 күн бұрын
Hi, is there a way to get the XY coordinates of the predictions?
@gustavoquevedo999 Жыл бұрын
you are an angel bro! Thank u
@PyLessons Жыл бұрын
You're welcome!
@Anas-nw6mf Жыл бұрын
hi sir, just a primary question, what pre-knowledge do i need to fully understand the tutroial and the other ones?
@PyLessons Жыл бұрын
familiar with programming, python and tensorflow
@nickmoreno1332 Жыл бұрын
Hello, I have a quick question. I’m using a custom dataset. What’s the most ideal dataset size? My CER stays at 1.00. Is it because my dataset is too small?
@PyLessons Жыл бұрын
There is no such thing as ideal size. It depends on your dataset quality and complexity. If it stays at 1.00 try to expand dataset or improve model architecture
@midhauxgaming571910 ай бұрын
Hi can I ask for your Dataset I really want to try to train the model again. Thank you!
@PyLessons8 ай бұрын
You may be not able to access dataset website from your location, try to use vpn to access dataset
@二楞子Ай бұрын
@@PyLessons where is dataset?
@winterx9969 Жыл бұрын
Where can i find the dataset and the image folder?
@ArianAlijaniАй бұрын
HII , I have this error when im trying to install mltu : "ERROR: No matching distribution found for tensorflow
@furkan68834 ай бұрын
I have a project assignment. I am making a mobile application that will convert Braille to plain text. I will do the mobile part with Flutter. I don't know much about model training. Do you have any advice? How can I do this in the most correct way?
@astronaut1861 Жыл бұрын
Hi Thanks for video. While I watching this, I saw that the WER is 1.000. what does it mean? why does the WER doesn't goes down?
@PyLessons Жыл бұрын
1.00 means that there is no correct word, but it does go down while training
@ГалинаФетисова-ю4мАй бұрын
Is it possible to ask for your help with (not for free) pictures auto translation tool? We have an issue with text detection.
@bouchrasaidi117410 ай бұрын
Is there any tutorial u recomand for text detection please ?
@PyLessons10 ай бұрын
There is plenty tutorials, but soon I'll create a tutorial how to train Yolo detection with mltu package
@AbduqayumRasulmuhamedov Жыл бұрын
Hi I have a question. You trained your model with annotation_train.txt and annotation_test.txt. I am curious about what kind of things you wrote in those files. Because i am also trying to create my custom model. Thanks for your response in advance
@constantlearner37559 ай бұрын
It contains image path/name tab separation and label (what's written in the image in general in the video I could either be same or contain am extra colum for BB
@temepc4 ай бұрын
Hey there I really like your videos but I got error at the beginning of the video, JUST when I start the package is not installed to my VS code please can I get help?
@temepc4 ай бұрын
which kernel is suitable for this?
@PyLessons4 ай бұрын
make sure you use correct tensorflow version, unfortunately I wrote it for 2.10 version
@60_dskomalrote58Ай бұрын
can you please post link of your dataset here?
@hamzaomari705211 ай бұрын
which architecture is this model based on ? Can you provide me a way for researching more in the state of the art of OCR especially for digital character recognition.
@alexrobles8883 Жыл бұрын
what can I do if i'm getting the next error in training?: Failed to find data adapter that can handle input: ,
@PyLessons Жыл бұрын
First, open issue on GitHub, second check if you doing everything correct with data, because usually this error comes, when you use wrong path or your data is None
@hovat Жыл бұрын
On an M1 Max GPU training has been running for 3+ hours on first epoch still...I think maybe I've done something wrong but don't want to end the script at this point. I added many custom examples of alphanumeric sequences. I feel like the M1 Max should be able to handle a batch size of 1024. Do you think this sounds like a lower batch size is needed?
@PyLessons Жыл бұрын
Even latest GPUs take time, so I think thats normal
@hassaniamutsaid5635Ай бұрын
Can it convert to tflite?
@maggiezhang145 Жыл бұрын
Thanks for the tutorial. Curious if there is a good tutorial on Text Detection you recommend?
@Buriburi-kt1ez Жыл бұрын
Savvy😂😂😂😂
@derindenny42802 ай бұрын
i cannot find the dataset
@TeslaTube2 жыл бұрын
This was a great video! I’m trying to get an OCR model to work with Hebrew handwriting, what’s my best options for gathering a training set?
@PyLessons2 жыл бұрын
Thanks, try to search for open source datasets, otherwise you'll need to make one by your self
@_Jaisreekrishna3 ай бұрын
u have an idea from to create images as a dataset from my localdevice
@pranay6177 Жыл бұрын
where can i get your complete notebook for the reference
@nareshmalviya310010 ай бұрын
When i run prediction code, i getting error AttributeError : "ImageToWordModel" object has no attribute 'input_shape'
@PyLessons10 ай бұрын
I need to know what mltu version you using, if you using latest version it changes from input_shape to input_shapes (list of shapes)
@benoitd94 Жыл бұрын
Do you think I can use your code to decode the digit of my water counter?
@PyLessons Жыл бұрын
Yes, you can ;)
@sharaths2397 Жыл бұрын
#Python lessons could you please clarify me where should i upload my custom data and also in models section you have many files in it how to do it ?
@primalvision40292 жыл бұрын
Hi thank you for posting ocr videos. can you please tell what is inference speed of the model while using CPU?
@PyLessons2 жыл бұрын
It depends on cpu, but it's pretty quick, I haven't checked that
@astronaut1861 Жыл бұрын
Hi Thanks for great video!! I got the error with "Failed to find data adapter that can handle input: ," in train_data_provider. Is there any parameters that I have to pass?
@PyLessons Жыл бұрын
Could you raise issue on GitHub, with more details, what you do, what mltu version you use, what python version you use. It's not enought details from one sentence :)
@astronaut1861 Жыл бұрын
@@PyLessons yap Actually I just solved that problem and now I have another problem that If I want to load model it says "Unknown loss function: CTCloss. Please ensure this object is passed to the `custom_objects` argument." Could you please teach me how to load model...? my mltu version is 0.1.3 and tensorflow is 2.1.0!
@PyLessons Жыл бұрын
@@astronaut1861 model.load(path, compile=False) try this
@astronaut1861 Жыл бұрын
@@PyLessons Thank you Bro!!
@asmabenbrahem5658 Жыл бұрын
Hello , how did you solve it please ? @@astronaut1861
@zainulabdin8822 Жыл бұрын
hi! first of all when I am creating model, onnx file is not generating. And while training model, do we need to name the image with captcha having characters ???????????????????????????????????????????????????????????????????????????????
@PyLessons Жыл бұрын
Python version, tensorflow version? Its up to you how you preprocess data, there is no fixed standart
@_Jaisreekrishna4 ай бұрын
may i use this for business card extraction
@PyLessons4 ай бұрын
Hey, you can try to use wherever you want it mate
@_Jaisreekrishna3 ай бұрын
@@PyLessons tq can u plz give me the tips to survive in this ai & ml so that i can build my carrer better to move forword
@mayursgowda9342 жыл бұрын
Hello sir, can you please tell me how to do the annotations for a custom dataset.
@PyLessons Жыл бұрын
Hey, crop a text, give it label -> repeat :)
@jongameshow Жыл бұрын
First of all, well done for this video. It is very interesting. I just wanted to ask you a question. Is this possible to use this in a video instead of images? I am trying to train a model that reads number plates. However, number plates vary from a country to another and I am trying to train a model with my country numberplates format.
@PyLessons Жыл бұрын
Yes you can! You would need to iterate each frame from the video same as with images. But differently, you would need to use some kind of plate detector and run this recognition on that place crop
@oroneki Жыл бұрын
@jonnyseyc14 I am trying to solve the same problem here... Beginning to research... any advice?
@avintimilsina Жыл бұрын
@jongameshow I was also working on the same thing. Did you manage to make this model work for your license plate detection? if yes, can give me some reference on that?
@vkrts91762 жыл бұрын
Hi Can this above project can detect "Handwritten Text" from the image?
@PyLessons2 жыл бұрын
Wait for my next tutorial
@vkrts91762 жыл бұрын
@@PyLessons Thank you Dear....
@roshinik4967 Жыл бұрын
Dataset is too large to handle in normal systems, can we use some other dataset? Please suggest the dataset
@PyLessons Жыл бұрын
What you mean normal systems? You can always decrease batch size if it doesnt fit on your gpu
@roshinik4967 Жыл бұрын
I mean the systems without gpu
@PyLessons Жыл бұрын
@@roshinik4967 without gpu, you cant train such models and there is no other option apart google colab or renting GPU computing
@roshinik4967 Жыл бұрын
Even Colab pro is not supporting we tried already
@roshinik4967 Жыл бұрын
So only I’m asking if there is some other dataset that works well with this code?
@mugumemalte8667 Жыл бұрын
hello sir ,can i use this to extract character in images?
@PyLessons Жыл бұрын
Hi, yes, of course
@mugumemalte8667 Жыл бұрын
@@PyLessons thanks sir but pip install mltu==0.1.3 seems cant work in the latest 3.11 python
@PyLessons Жыл бұрын
@@mugumemalte8667 thanks, I'll check
@alanferrari7843 Жыл бұрын
Sorry for disturbing you :'( . I'm trying to reproduce this but using sentences (between 1 to 6 words for example) instead of only a word, and I don't know how to do it. My idea of create the algorithm is to predict sentences instead only a word. I don't know how to handle some variables (config's variables). For example: Is it correct to replace words instead characters in config.vocab? For configs.max_text_length, can be the number of words in a sentence instead the length of a word? (For example, my longest sentence has 64 characters including spaces, and this same sentence has 15 words). You said that I can initialize "CWERMetrics" with (padding_token = "padding token"). In my specific case, should be my configs.max_text_length the "padding token"?? or should be len(config.vocab)? Thank you and so so so so so sorry, really, so so sorry.
@PyLessons Жыл бұрын
I have another tutorial for sentences, check it out
@LordWildbeast Жыл бұрын
is this work with easyocr library?
@PyLessons Жыл бұрын
Not sure, I didn't tried it
@d_cobra Жыл бұрын
can you give the dataset?
@PyLessons Жыл бұрын
Link to dataset is in text version tutorial
@HoAnLocK18DN3 ай бұрын
thank youuuuu
@PyLessons3 ай бұрын
You are welcome
@arfazkhankhan74 Жыл бұрын
I really need help
@baskarkumar3902 Жыл бұрын
Dataset link?
@PyLessons Жыл бұрын
Read description
@davidhrgl2 жыл бұрын
I try to load your .h5 model: from tensorflow import keras model = keras.models.load_model('model.h5') but i have the following error. "bad marshal data (unknown type code)" Am I missing some function when loading the model? I am using Tensorflow 2.11.0
@PyLessons2 жыл бұрын
Hey, I just tried it with TensorFlow 2.11, everything was fine: model = keras.models.load_model("Models/1_image_to_word/202212012033/model.h5", compile=False)
@davidhrgl2 жыл бұрын
@@PyLessons UserWarning: model is not loaded, but a Lambda layer uses it. It may cause errors. config, custom_objects, "function", "module", "function_type" , Not Work :(
@philipplange4474 Жыл бұрын
could you make a video how to make a Keras R Cnn (ocr) with XML files (from label imager) as annotations? i.e. recognize text from images for training but also comes from images and XML files?
@PyLessons Жыл бұрын
Its python basics and it doesn't need any video, you should be able to handle that by your self
@CetDocteur6 ай бұрын
Great tutorial, bad accent, but still it helps me a lot,. I love it!
@PyLessons6 ай бұрын
Glad to hear that! Hope to fix accent sometime in the future :D
@coconutnut212 жыл бұрын
Can I use this in Google colab?
@PyLessons2 жыл бұрын
Yes, why not
@arfazkhankhan74 Жыл бұрын
Hi I have mailed you , could you please look into it
@ntchindagiscard38708 ай бұрын
Even though the project seems great explanation is really bad so in the end it's just not comprehensible... is it English or something else is barrier to comprehension idk but delivery is awful.
@PyLessons8 ай бұрын
Thank you for your feedback. I'll work on improving the clarity of the explanation to ensure better comprehension moving forward
@coderoze4176 Жыл бұрын
It is sad that you just handwaved the explanation for CTC loss.
@PyLessons Жыл бұрын
Hi, it's not worth explaining ctc loss, because it pure math and only 0.1% of users who use it are interested how it works in depth. There is many sourses that explain how it works step by step if you need
@shreyakorada5874 Жыл бұрын
annotation_val.txt and annotation_train.txt im kind of stuck here can you help me with this?
@PyLessons Жыл бұрын
Check it again, it's nothing magical. If you can't solve it open issue on github :)