markusbr
markusbr
Do you use an existing sample&demo from this repo under LearnOpenCV? If yes, which? Have you modified existing code? Have you changed the model "yolov5s.onnx", like retrained, or converted? Is...
As part of the issue "https://github.com/spmallick/learnopencv/issues/674" I was able to run the demo successfully, but needed to make sure to use newer version of OpenCV; with the version "v4.5.5" it...
Maybe you have installed multiple different versions of OpenCV now? Can you check that the correct version is used and linked (static or dynamic linking), like calling `ldd my_application`?
Are you referring to a specific blog, can you share the URL, please? Or do you have a question to a specific demo application, can you share the details, please,...
Sounds like gstreamer's "multifilesrc" is used underneath, expecting a series of files: From "https://gstreamer.freedesktop.org/documentation/multifile/multifilesrc.html?gi-language=c": gst-launch-1.0 multifilesrc location="img.%04d.png" ...
Can you provide a bit more information? Do you have multiple versions of Python installed? How have you installed them, under which operating-system? Have you installed a binary package or...
From the OpenCV documentation I can find e.g. "https://docs.opencv.org/3.4/d8/d77/classcv_1_1MultiTracker.html", but when changing the OpenCV version in the upper-left drop-down field to v4.5.1 the API documentation can't be resolved... It works...
Without trying on my own - as I don't have an APPLE available right now - looks like "__APPLE__" is not set, is not defined, so going into the "#else"...
Can you try with a local JupyterNotebook - and add your "secret" to "app.py" and try again? > app = Flask(__name__) > UPLOAD_FOLDER = './' > app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER >...
Can you provide more details, please? Which link do you mean, where have you found the reference, which (sub-)folder, which sample? Do you get an error when trying to open...