Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Using Caffe Model with C++ QT Application

    General and Desktop
    2
    3
    137
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      Imran Hassan last edited by

      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

      1. How to install / setup Caffe for QT with cuda10 in windows10
      2. How to use it in my application for face detection using MTCNN.

      Your guidance will be highly appreciated.

      1 Reply Last reply Reply Quote 0
      • VRonin
        VRonin last edited by

        1. https://github.com/BVLC/caffe/tree/windows
        2. 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

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        1 Reply Last reply Reply Quote 3
        • I
          Imran Hassan last edited by

          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?

          1 Reply Last reply Reply Quote 0
          • First post
            Last post