Using Caffe Model with C++ QT Application
Unsolved
General and Desktop
-
Hi,
I am new to QT application. I am using QT in windows 10. I have Cuda 10 installed on my PC. I want to use the Caffe model in my QT application. Please guide me- How to install / setup Caffe for QT with cuda10 in windows10
- How to use it in my application for face detection using MTCNN.
Your guidance will be highly appreciated.
-
- https://github.com/BVLC/caffe/tree/windows
- Do you really need MTCNN to do face detection? Normally much lighter algorithms are used for the task, stuff like: https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html
-
Thanks for helping.
I am trying the github link.Actually the reason behind using MTCNN is to detect profile faces also on thermal images. I want to try whether MTCNN can do it or not?