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. how to include caffe at QT ?
Forum Updated to NodeBB v4.3 + New Features

how to include caffe at QT ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 999 Views 2 Watching
  • 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.
  • B Offline
    B Offline
    bknhatice
    wrote on last edited by
    #1

    I did the caffe setup. How to add Qt in project file in caffe ?

    I added it like this:

    INCLUDEPATH += /home/user/caffe/src/caffe

    LIBS += -L/home/hatice/caffe/build/lib -lcaffe

    But it didin't.

    RatzzR Pablo J. RoginaP 2 Replies Last reply
    0
    • B bknhatice

      I did the caffe setup. How to add Qt in project file in caffe ?

      I added it like this:

      INCLUDEPATH += /home/user/caffe/src/caffe

      LIBS += -L/home/hatice/caffe/build/lib -lcaffe

      But it didin't.

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #2

      @bknhatice said in how to include caffe at QT ?:

      But it didin't.

      Can you show full .pro contents?

      --Alles ist gut.

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        To add to @Ratzz, what exact error do you get ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • B bknhatice

          I did the caffe setup. How to add Qt in project file in caffe ?

          I added it like this:

          INCLUDEPATH += /home/user/caffe/src/caffe

          LIBS += -L/home/hatice/caffe/build/lib -lcaffe

          But it didin't.

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @bknhatice you may want to take a look at this project as it builds Caffe as a shared library with Qt

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          B 1 Reply Last reply
          3
          • B Offline
            B Offline
            bknhatice
            wrote on last edited by
            #5

            0_1535040458265_Screenshot from 2018-08-23 19-07-23.png

            I added this.
            But there are errors .

            1 Reply Last reply
            0
            • Pablo J. RoginaP Pablo J. Rogina

              @bknhatice you may want to take a look at this project as it builds Caffe as a shared library with Qt

              B Offline
              B Offline
              bknhatice
              wrote on last edited by
              #6

              @Pablo-J.-Rogina thank you very much.

              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