Labhesh Valechha
Labhesh Valechha
This is a general-purpose docker image with Python 3, CPP, and OpenCV 4.4.0 installed. Sample code is for the users to check whether the image runs correctly. This image will...
I think the installation error should now be fixed. Ref: https://github.com/opencv/opencv/issues/20706 @vikasgupta-github we can close it
If you check [this](https://learnopencv.com/how-to-use-opencv-dnn-module-with-nvidia-gpu-on-windows/) blog, specifically the last section, you can see how the dnn module speeds up the inference with the help of gpu support.
Hi @vishwas1234567 xeus-cling is not your regular CPP compiler. xeus-cling interprets the CPP code. You can learn more about xeus-cling [here](https://github.com/jupyter-xeus/xeus-cling).
Yes @jhacsonmeza, but this isn't a solution 🤷🏾♂️ Thanks for the response though 👍 :)
Hi, even I'm getting this error. Were you able to solve this? I'm running c++ on xeus-cling and we use matplotlib-cpp for displaying the images.
If anyone gets this error, a solution for it is to force set PYTHONPATH and PYTHONHOME.
@woshichuanqilz Yes, you can do that. You can also use `export` to set the environment variables. I was creating a Docker image, so [here](https://github.com/bigvisionai/docker-course-1/blob/abb0110506208638baa79a631671d3f61ed342eb/Dockerfile#L44) is my solution. I have set...
why?
You'll have to set `--val_mot17` as `false` in [opts.py](https://github.com/ifzhang/FairMOT/blob/master/src/lib/opts.py#L107). Hardcode the value in the script, as passing anything via command line takes it as string, and not boolean.