markusbr

Results 402 comments of markusbr

Which sample, which code, which folder are you referring to?

Can you provide more details - for allowing to reproduce the behavior? Which sample are you referring to, how have you prepared your environment (which versions of Python/C/C++/TensorFlow, etc, which...

Which sample, which application are you referencing? Which environment using which versions of the requirements have you installed? (the samples in this repo are maintained not so frequently, they can...

Can you try with a clean environment (e.g. on your local machine, using a Python-virtual-env), again? In your shared Colab I see a few errors (e.g. "destination path 'learnopencv' already...

Can you provide more details about your environment, please? What versions (Operating System, OpenCV, build tools) do you use? Natively, in a container, in a virt-env? Is there a specific...

Can you provide more information, @orcohen9826 please? Are you talking about "https://github.com/spmallick/learnopencv/tree/master/Automatic-Document-Scanner" or "https://github.com/spmallick/learnopencv/tree/master/Document-Scanner-Custom-Semantic-Segmentation-using-PyTorch-DeepLabV3"? Have you looked closer into the blog under "https://learnopencv.com/automatic-document-scanner-using-opencv/"? In which step of the different phases...

Now I just tried `simple-scan.py` under MS-Win10, using Python v3.8.8 - tested in a virt-env. I needed to modify `requirements.txt` - to use `opencv-contrib-python` instead of `opencv-contrib-python-headless`. Also needed to...

Other than MS-Windows and C++ - do you have something specific in mind? Have you tried following e.g. "https://docs.opencv.org/4.7.0/d3/d52/tutorial_windows_install.html" (for e.g. version v4.7 or any other version to select from...

Could be a version conflict (e.g. version and/or supported layers and/or operations of the model) between the used framework (Tensorflow) and the model. Maybe additional logs during loading of DNN...

Looks like the code doesn't match to the model (anylonger). Which version of the code/notebook/repo and which version of the model do you use? Do you use the original model...