Eric Cañas
Eric Cañas
In Create React App 5 it is no longer an Issue. If you have a project created with a previous version just try to update react-scripts, it solved the problem...
Yes, yes! Totally. What you said is totally right.
Hi, how are you initializing qreader here? `qreader.detect_and_decode(image=img)` I have run your piece of code, just instantiating it as `qreader = QReader()` and gives me the correct result. ```bash data...
I have been trying to replicate the error in Windows, Amazon Linux and Ubuntu 22.04, and I have not been able to reproduce it :( The error should be replicable...
Hi! Sorry for the inconvenience, I oversimplified the error. I have been researching it thanks to your Google Colab, and I found that problem was that Windows and Linux does...
Hi! Thanks for your test data. I'm still testing, it seems that there are some entries quite difficult to decode. By the moment I can tell you that most of...
Hi @sam-30 ! Thanks a lot! Answered there!
Hi! Just solved, now there is a new parameter in the constructor called `weights_folder`. If you have problems with writing on the default folder, you can instantiate _QReader_ as `QReader(weights_folder='/tmp')`...
Hi, You are True. `qrdet` runs a segmentation model under the hood, so getting the four corners from the segmentation mask is a bit tricky and needs to be improved....
123948234 million thanks, @Trichy-man! I'll read it. That's something I tried and failed. The [yolov8_results_to_dict](https://github.com/Eric-Canas/qrdet/blob/main/qrdet/_qrdet_helpers.py#L50) function, is where I'm actually fitting the quadrilateral from each one of the detected polygon...