Q-engineering
Q-engineering
Yes, no problems. I assume you have only different folder names.
The g++ command still has Linux folders like /usr/local/.. They are not available on a Windows machine. Please look for the correct installation directories of OpenCV and ncnn.
Sorry @rsingh2083, I though you were on a Windows machine. I will try to replicate the error on my x86_64 Ubunut 20.04 machine. It may take a few days, as...
Dear @rsingh2083, How did you install ncnn on your machine? I've used `cmake -DCMAKE_BUILD_TYPE=Release -DNCNN_BUILD_EXAMPLES=ON ..`. Nothing more. The [GitHub RPi example](https://github.com/Qengineering/Face-Recognition-Raspberry-Pi-64-bits) without the mask detection works fine. Could you...
I've run the [GitHub RPi example](https://github.com/Qengineering/Face-Recognition-Raspberry-Pi-64-bits) so I don't have to install Paddle. It is not very clear where this kind of error lies. This type is usually caused by...
What happens when #include is included at the top of the page? cv::String is in fact a std::string as declared in cvstd.hpp [typedef std::string cv::String](https://docs.opencv.org/4.x/dc/d84/group__core__basic.html#ga1f6634802eeadfd7245bc75cf3e216c2). If that doesn't help replace...
Indeed. That's one of the reasons I don't like to post x86_64Linux repos. Too often, too easily, you get differences that cause problems. And these are very difficult to tackle...
Dear @rsingh2083, You always need OpenCV for image and file handling. It is simply the best choice here. If you use Cuda and cuDNN depends on your framework. ncnn doesn't...
First question: Yes, we compile the wheel with CUDA and cuDNN acceleration. The second issue can be a nightmare. We've downloaded our PyTorch 1.10 wheel and installed it on a...
Strange. OpenCV should be installed for both, Python 2 and 3. Please check you installation with the following command in Python 2 (in your case) ``` $ python >>> import...