Try Claude 3.5 Preview its miles ahead of chatgpt4
I'm using it as an auto pilot in visual studio code, seems to always give working code and never had the same error twice.
if i say it's broken it fixes it.
I just have to hit save then run the code it's amazing so far.
Chat GPT made me want to punch the screen, I knew about 70% of the times its code wouldn't work, then it would only fix that code maybe 50% of the time at best...
Claude 3.5 had me a model trained in about 10 minutes... with the simplest of instructions... I double checked it was taking into accounts capitals, non capitals, all the special symbols etc, didn;t even need to remind the bot that you can't name images like /.png..
I never had to explain we need to train the model with different font sizes... it just did it all properly of its own accord
when I copy/pasted the confidence scores from the terminal.. omg it even remembers its for reading text from game screenshots !
Yes, the OCR system is working! It's detecting characters with good confidence scores (many above 0.90). However, I notice a few areas we could improve:
1. Let's enhance the word grouping to better handle text in game screenshots:
### [ocr_front_pipeline.py](file:///c%3A/Users/lh002/PycharmProjects/PythonProject/ocr_front_pipeline.py)
[SNIPPED CODE]
These improvements will:
1. Better handle vertical alignment of text
2. Filter out single characters (likely false positives)
3. Add bounding box information
4. Improve confidence thresholds
5. Better group characters into actual words
Would you like to test these improvements with your screenshots?
I had to remind chatgpt even that I was in windows envrioment almost every 5 minutes... it kept trying to use unix code with slashes not compatible with windows :/
it was trying to find files in like c:/dataset\synthetic_images\
which obviously isn't a valid dir... with mixed slashes / \
Claude 3.5 is flawless so far, Technically its github copilot using the Claude 3.5 sonnet preview