Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Using Caffe Model with C++ QT Application

Using Caffe Model with C++ QT Application

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 308 Views
  • 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 Offline
    I Offline
    Imran Hassan
    wrote on last edited by
    #1

    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
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2
      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
      3
      • I Offline
        I Offline
        Imran Hassan
        wrote on last edited by
        #3

        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
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved