Тёмный
Gabriel Garcia
Gabriel Garcia
Gabriel Garcia
Подписаться
Комментарии
@AllamoOlsson-z3s
@AllamoOlsson-z3s Месяц назад
Thanks for the video, it was great! I took a different approach, I created a plugin instead where i can add the steam sdk and add the actual .dll to. By doing that i could use the steam API raw and and create functions where i can use in c++. I can than reuse the actual plugin in any project and have the whole api functionality running!
@santiagomejia2257
@santiagomejia2257 Месяц назад
If it's been an extended amount of time since training fonts or text in general, I always look for this video and your other Tesseract training video. Thank you, you are greatly appreciated good sir.
@joelarmour
@joelarmour 2 месяца назад
I have yet to see how to do microtransactions with the steamworks sdk. Are you familiar with this?
@AstuteJoe
@AstuteJoe 2 месяца назад
The only way I know is by using the items store, similar to how CS 2, DotA, etc... trades skins
@AstuteJoe
@AstuteJoe 2 месяца назад
It's probably this: partner.steamgames.com/doc/api/ISteamInventory
@joelarmour
@joelarmour 2 месяца назад
@@AstuteJoe ok i'll have to do that then. thanks
@joelarmour
@joelarmour 2 месяца назад
@@AstuteJoe thanks
@kurobane_sama
@kurobane_sama 2 месяца назад
Impossible to use another language than english :(
@AchievementHuntGuru
@AchievementHuntGuru 3 месяца назад
This video on training is the only source that by following this you will be able to achieve results! Many thanks for this video!
@donjuanpond1
@donjuanpond1 3 месяца назад
thank you so much man. I've been looking everywhere for a tesseract tutorial, it all just points to the shitty unreadable docs. Without you I don't know where I'd be
@mukilanru
@mukilanru 3 месяца назад
I want to be able to OCR '±' which is being detected as '+'. tesseract 5.4.0.20240606 pytesseract 0.3.10 python 3.12
@saviomilbratz
@saviomilbratz 3 месяца назад
Training Tesseract is almost an impossible task. There could be an easier way just using Pyhton or something simpler. For regular Windows user like me, this task is almost impossible.
@YashhBhushan
@YashhBhushan 3 месяца назад
Buddy i need help i need to learn this software but im absolutley clueless any sources tutorils and videoa i can watch
@MrCtotheD
@MrCtotheD 3 месяца назад
Very informative thanks. We are in the process of making our first game. It’s an RTS tactical game, somewhat like command and conquer. I’m apprehensive about multiplayer on this type of game. How hard do you think this would be? Would making gameplay turn based help?
@AstuteJoe
@AstuteJoe 3 месяца назад
Turn based is definitely less challenging, as server costs are lower due moment being navmesh based, and there isn't a lot of projectiles being simulated. The only system you'll need to spend some time is the fog of war system, to hide enemies, if you care about cheating you'll need something that not only hides entities in the fog but also doesn't network them
@MrCtotheD
@MrCtotheD 3 месяца назад
@@AstuteJoeThank you. So once we get more into all this in a few months, I think it would be good for us to have some input from an external consultant. Is that something you can do? If so can you let me know how I can contact you later outside of RU-vid? Thanks.
@AstuteJoe
@AstuteJoe 3 месяца назад
@@MrCtotheD Just add me on discord: astutejoe
@MrHostile12
@MrHostile12 4 месяца назад
Amazing tutorial, thanks for showing it!
@AJ93-lx6on
@AJ93-lx6on 5 месяцев назад
can you train for seven segment fonts
@listentomusicfeellikehome
@listentomusicfeellikehome 5 месяцев назад
Hi.I try this on colab. I install tesseract and go on to run split_training_text.py and get this error FileNotFoundError: [Errno 2] No such file or directory: 'text2image'. Is there a solution?
@fivalt126
@fivalt126 5 месяцев назад
Estuve rompiendome la cabeza tratando de entender el tutorial oficial y tú lo explicas de una manera sencilla. Soy tu suscriptor numero 666, Muchas Gracias.
@sayantanbiswas9702
@sayantanbiswas9702 6 месяцев назад
TESSDATA_PREFIX=../tesseract/tessdata make training MODEL_NAME=coc START_MODEL= eng TESSDATA=../tesseract/tessdata MAX_ITERATIONS=10000
@sayantanbiswas9702
@sayantanbiswas9702 6 месяцев назад
tesseract data/coc-ground-truth/eng_2.tif stdout --tessdata-dir /home/godmode2/tesseract_tutori al/tesstrain/data --psm 7 -l coc --loglevel ALL
@VexinGaming
@VexinGaming 6 месяцев назад
thanks man been looking for this for ages!
@sebastianorzechowski4613
@sebastianorzechowski4613 6 месяцев назад
Helloo is there anyone who tried to learn tesseract polish signs !. I have adjusted this split_training_text for Tesseract 5.0 to create lines of polish set and then teach tesseract. Problem is with font type i think, cause it should know how to recognize those special characters: Stripped 4 unrenderable word(s): 'unieważnienie SZKOŁAMI NADZIEJĘ, | ' I can share my adjusted script to generate those lines with you if you want. I will try with another font. I tried HvDTrial Fabrikat Mono
@Schwartz999
@Schwartz999 7 месяцев назад
When running your python script, an error occurs: Fontconfig error: Cannot load default config file Fontconfig error: Cannot load default config file Could not find font named 'Waukegan LDO Bold'. Please correct --font arg. How can I solve this error? I need to use my unique font "Waukegan LDO Bold.ttf" I hope you can help me to solve this problem, thank you in advance.
@sebastianorzechowski4613
@sebastianorzechowski4613 6 месяцев назад
I think that you should install this font in your system first :)
@yichenyao5927
@yichenyao5927 7 месяцев назад
I think the reason why the word error rate is high is because the font doesn't distinguish uppercase with lower case (it's all upper case) but the ground truth label distinguish between the two.
@Arkangel428
@Arkangel428 7 месяцев назад
This was beyond helpful, thank you!
@caiocabral7355
@caiocabral7355 7 месяцев назад
Excelente explicação
@azadehpedram7215
@azadehpedram7215 7 месяцев назад
I have bunch of plate with some text on it , goal is change the image to text, special font is trained but not effective , how can i train tobetter result, thanks for help
@hoangcuong9521
@hoangcuong9521 7 месяцев назад
Thank you for making this video. It helps me a lot. But I have a problem that when I copy and replace link to save dir or language_code..training_text, it appears that all of those generated image are white blank images. Pls help me out of this :<<
@mendokasan
@mendokasan 8 месяцев назад
Thanks!!
@Bengeljo
@Bengeljo 8 месяцев назад
I always get an error when I want to use a font, it is installed and can be find by windows and even looking it up works perfectly. When I run the split_training_text.py I get the following Error: Fontconfig error: Cannot load default config file: No such file: (null) Fontconfig error: Cannot load default config file: No such file: (null) Could not find font named 'Quadrant'. Pango suggested font 'Cascadia Code'. Please correct --font arg. I want to train the model on Quadrat-Serial-Regular.ttf but it just won't regognize it. I tried to look it up but can't find it. Modifying the font flag doesn't help since it wants a name but it can't find it even tho it is there, but tbh I don't know where it is searching for the fonts. The Folder is located on the SSD E: and the operating system is on C: but tesseract and python are in the path of C: so they should get access to it. Please help
@TheComputerChip
@TheComputerChip 7 месяцев назад
Having the same problem. Still trying to understand what it is looking for...
@Bengeljo
@Bengeljo 7 месяцев назад
@@TheComputerChip I gave up, looked at another method that uses the Google colab and create my own model there it works pretty well. Don't know the video anymore cause probably between then and now I watched approximately 250 vids. Not kidding I don't have a life
@TheComputerChip
@TheComputerChip 7 месяцев назад
@@Bengeljo hahaha no worries. I actually ended up getting this to work. The error doesn’t seem to affect the output oddly enough. As long as it finds the font everything still runs. Currently waiting as my PC generates the images and then I’ll sleep as it trains. On video #3 since starting the image creation! lol
@ROHIT_S_Patil
@ROHIT_S_Patil 3 месяца назад
​@@Bengeljo Can you share the Google Colab workflow you followed to create your model?
@Ayaangaddam
@Ayaangaddam 8 месяцев назад
Thank you for doing this tutorial. Can I use the Text2Image approach to generate box files and tif files to train new font for Tesserat 4.0?
@buny0n
@buny0n 8 месяцев назад
Tesseract's documentation is abysmal.
@nikolaikrot8516
@nikolaikrot8516 6 месяцев назад
I tend to think about tesseract documentation as the Augean Stables
@kallemyllynen9571
@kallemyllynen9571 8 месяцев назад
Running this on Windows I had to modify the Makefile to make it work
@ConfusedProgrammer
@ConfusedProgrammer 8 месяцев назад
I've been experimenting with this tutorial for three days , the file structure and the GitHub doesn't necessarily match, can you please update the repo if possible . I am having too many folder inconsistencies when trying to to connect the dots here as it was brushed over really quickly , thank you :)
@S4NT1_27
@S4NT1_27 8 месяцев назад
Very good video, I don't understand how so few people have seen it... Would it be perfect if I had a Fade In/Fade Out, any idea how to do it?
@austino_climbs
@austino_climbs 9 месяцев назад
ohpeeee THAT'S WHAT'S UP
@akshatjain2925
@akshatjain2925 9 месяцев назад
hi when u say we are using text2image nothing AI, but the text2image must be also some model only right ?
@rabbitpiet7182
@rabbitpiet7182 2 месяца назад
This comment isn't ai
@rabbitpiet7182
@rabbitpiet7182 2 месяца назад
I mean it's not rendered with ai
@ManuthVANN
@ManuthVANN 9 месяцев назад
Thank so much sir for ur clear explaination and code <3 , it's pretty easy for beginner like me to get some clue with tesseract howerever I met an error after running the cmd : "Training command: TESSDATA_PREFIX=../tesseract/tessdata make training MODEL_NAME=Apex START_MODEL= eng TESSDATA=../tesseract/tessdata MAX_ITERATIONS=10000" ERROR : You are using make version: 4.3 make: *** No rule to make target 'data/Apex-ground-truth/eng_10.lstmf', needed by 'data/Apex/all-lstmf'. Stop. I'd greatly appreciate alot thx
@milankoncsard5701
@milankoncsard5701 Месяц назад
Were you able to find a fix for this?
@stefe188
@stefe188 9 месяцев назад
Works on the 5.3.2 version
@rcraftg4mer42
@rcraftg4mer42 10 месяцев назад
subscribe guys please , he deserve 1m sub
@rcraftg4mer42
@rcraftg4mer42 10 месяцев назад
i love you
@AstuteJoe
@AstuteJoe 10 месяцев назад
lol i love you too
@shabeeb4002
@shabeeb4002 10 месяцев назад
please reduce the background music
@paIIington
@paIIington 10 месяцев назад
How do you fix the anchoring problem with the Contents in the Widget, it seems like adding Widgets to the Movie player disregards the size of the window and therefore the UI in the Widget stays the same scale at resolutions below 1080; how do I fix this? Also is it possible to play UMG Animations and sounds with the Loading screen?
@aaronwang8419
@aaronwang8419 10 месяцев назад
Huge helpful
@gyeongwango5434
@gyeongwango5434 10 месяцев назад
I want to train tesseract with an image file I have (consisting of several lines of text), but I'm not sure how to go about it, starting with creating the train data. I'd really appreciate your tips (URLs for reference, etc).
@SergioAAV
@SergioAAV 11 месяцев назад
Hey man! I'm on UE 5.3 and I'm facing the same things other people are, which is, the overlay doesn't show up sometimes. For the overlay to show up in the editor, I had to activate the "Play as listen server" in the Net Mode options of the Play Mode settings. Then I tried packaging the project (still as Development) and the overlay also didn't worked. I know the API is being initialized because I'm printing the bool answer from SteamAPI_Init() and I'm getting "true". Is this the normal behavior or something needs fixing?
@AstuteJoe
@AstuteJoe 11 месяцев назад
Check th pinned coment by @user-sk1ik9nn5q
@AstuteJoe
@AstuteJoe 11 месяцев назад
I gotta make a new tutorial that covers that part
@AstuteJoe
@AstuteJoe 11 месяцев назад
My bad!
@SergioAAV
@SergioAAV 11 месяцев назад
@@AstuteJoe Ohh, so that is the real solution. Can you point me to the way of doing that? Just some quick info can help me. I'm a bit rusted with Unreal C++ (used to use in the past, then did a lot of blueprint projects by request and now I'm getting back to C++). Do I need to make a plugin of my own and move Steamworks there or can I use something available in the engine?
@SergioAAV
@SergioAAV 11 месяцев назад
@@AstuteJoeThat would be awesome man because yout tutorial was the only thing I could find that points correctly to how to do this. The OnlineSubsystems inside Unreal is very outdated and I saw a post saying you shouldn't use that anymore after UE5.1, so your tutorial might be the only correct way of doing this at all.
@Leo-hk7kk
@Leo-hk7kk 11 месяцев назад
I want to custom train Tesseract 5 to read the license plates of the car which are detected using YOLO model. How can I do these as I have couple of thousand images? Help What are the steps I need to follow?
@wonkduck4759
@wonkduck4759 11 месяцев назад
Hi Gabriel! Thank you so much for the video. A question I had was where did you upload your apex legends ttf file in the code directory like where should it be place? I have a custom font ttf file that I want to train on
@rcraftg4mer42
@rcraftg4mer42 10 месяцев назад
did find any answers?
@eusebiosouza2252
@eusebiosouza2252 11 месяцев назад
Great Video ! I'm getting this error when i try do run the training command: "Failed to read boxes from data/FE_Font-ground-truth/eng_16.tif" The file eng_16.tif not seems to be empty and it's very similar to all other trainning files. Im running with MAX_ITERATIONS=100 and with i delete the file that seems to be the problem, tesseract would throw the same error but with a different file. Does anyone could please help me ?
@ratguntr
@ratguntr Год назад
Can we do all these things using Blueprints only? Or can I convert my BP project to c++, implement this code, then convert my project back to Blueprint?
@AstuteJoe
@AstuteJoe Год назад
I'm afraid you need to do in C++, but what I have done is implement everything in C++ then expose all functions to blueprints
@ratguntr
@ratguntr Год назад
@@AstuteJoeI will try to use async loading screen
@Ethiopic
@Ethiopic Год назад
Thank you for this video. I am now able to train Tesseract to ocr my language data in the Mac. This is working great both in the Linux and the Mac. (But, I am unable to do so because I am getting error "tessdata_prefix not recognized" in the Windows. )
@wonkduck4759
@wonkduck4759 11 месяцев назад
Hello, I am currently stuck. Where did you upload your new font ttf file in the code directory like where should it be place? I have a custom font ttf file that I want to train on?
@alirezanadafy9267
@alirezanadafy9267 10 месяцев назад
Hi Just run: set TESSDATA_PREFIX="../tesseract/tessdata" and then run the text2image....