Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bropines created a comment on an issue on MatsuriDayo/NekoBoxForAndroid
> Hi, how do I make sure that all traffic goes directly, except for DISCORD domain names? I can't do it, either all traffic goes through a proxy, or none at all. ![photo_2024-11-01_13-42-05](https:...
bropines created a comment on a pull request on dmMaze/BallonsTranslator
Well, now I made it not initializable at all if there is no installed library. I don’t know, I’m completely stupid, and I’m asking for help on how to remove my message from the console. I supposedl...
bropines created a comment on an issue on bropines/chrome-lens-py
For example, this one is suitable https://github.com/UlionTse/translators
bropines created a comment on an issue on bropines/chrome-lens-py
Okay, I'll add it tomorrow
bropines created a comment on an issue on bropines/chrome-lens-py
There will be some problems with this. I can add this, but wouldn't it be faster to use ready-made libraries with Google translator?
bropines created a comment on a pull request on dmMaze/BallonsTranslator
According to the tests, everything seems to have been checked. Everything works, you can upload to the main branch
bropines pushed 5 commits to paddle_ocr bropines/BallonsTranslator
bropines created a comment on an issue on dmMaze/BallonsTranslator
Select the "inpaint" tool and right-click. The eraser for all grout and brushes works on RMB https://github.com/user-attachments/assets/c7506ac4-f24c-45d8-9bc2-f068fce9f233 There is also a Ma...
bropines created a comment on an issue on dmMaze/BallonsTranslator
No way. There is no such function. The maximum that is available is to recognize, clear and translate blocks already identified by the detector
bropines created a comment on an issue on dmMaze/BallonsTranslator
Compare metrics with CTD and provide them here. If it's better, I'll add it
bropines pushed 1 commit to paddle_ocr bropines/BallonsTranslator
- Updated almost all functions to make everything work 835ad00
bropines pushed 1 commit to paddle_ocr bropines/BallonsTranslator
- Update ocr_paddle.py Once again I fixed my jamb with recognition 8e7bf3c
bropines pushed 1 commit to paddle_ocr bropines/BallonsTranslator
- Update ocr_paddle.py fix text capitalization b679cf0
bropines created a comment on a pull request on dmMaze/BallonsTranslator
can be added to launch.py as an additional argument like `--install-paddle` which will install this version, similar to torch ``` pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepa...
bropines created a comment on a pull request on dmMaze/BallonsTranslator
By the way, I understood why it breaks. It turns out that PIPY contains the release version, and I installed beta 3.0.0.b1. On the good side, it can be placed in the same way as a torch, but I don’...
bropines created a comment on a pull request on dmMaze/BallonsTranslator
Also, I’m a little stupid, and I don’t understand how to prevent him from sending extra output to the console ```python [WARNING] utility:get_infer_gpuid:349 - The first GPU is used for inference...
bropines pushed 1 commit to paddle_ocr bropines/BallonsTranslator
- Remove PP core from requirements and add try execpt block to import PPOCR 41e3ec5
bropines created a comment on a pull request on dmMaze/BallonsTranslator
Something like this? ```python try: from paddleocr import PaddleOCR PADDLE_OCR_AVAILABLE = True except ImportError: PADDLE_OCR_AVAILABLE = False logging.warning( '...
bropines pushed 3 commits to paddle_ocr bropines/BallonsTranslator
bropines pushed 1 commit to paddle_ocr bropines/BallonsTranslator
- Delete modules/ocr/ocr_easyocr.py I removed easyocr due to its absolute uselessness) b5a35db