GithubHelp home page GithubHelp logo

can't find trax lib about goturn HOT 7 CLOSED

andyhx avatar andyhx commented on August 23, 2024
can't find trax lib

from goturn.

Comments (7)

VictoriaW1 avatar VictoriaW1 commented on August 23, 2024 11

@ujsyehao I have just encountered this problem and solved it by following the steps of andyhx:

  • First, download trax. Then from the trax directory, type:
mkdir build
cd build 
cmake ..
make
  • Second, modify CMakeLists.txt of GOTURN around row 84:
# Note: If can't find trax, please download trax and build it, then uncomment the below line and set the path manually
target_link_libraries(${PROJECT_NAME} /home/victoria/open_source/GOTURN/src/native/trax/build/libtrax.so)

You should set your trax path. ^ ^

from goturn.

andyhx avatar andyhx commented on August 23, 2024 3

thx,I solved it myself
here is my solution:
download trax https://github.com/votchallenge/trax/ and make it
adding this in the cmakelist
add_executable (test_tracker_vot src/test/test_tracker_vot.cpp)
target_link_libraries(${PROJECT_NAME} ${OpenCV_LIBS} ${Caffe_LIBRARIES})
#target_link_libraries(${PROJECT_NAME} /home/public/git/vot-toolkit/tracker/examples/native/static_cpp.so)
#LINK_LIBRARIES("/home/public/git/trax/build/libtrax.so")
target_link_libraries(${PROJECT_NAME} /home/public/git/trax/build/libtrax.so)
target_link_libraries (test_tracker_vot ${PROJECT_NAME})

from goturn.

davheld avatar davheld commented on August 23, 2024

I actually did not integrate my tracker into the trax framework; instead I used the approach described here: http://www.votchallenge.net/howto/integration.html
which is integrated in test_tracker_vot.cpp

from goturn.

davheld avatar davheld commented on August 23, 2024

Nice!

from goturn.

ujsyehao avatar ujsyehao commented on August 23, 2024

@andyhx Can you upload the entire CMakelist, I don't know how to put these in the file?

from goturn.

ujsyehao avatar ujsyehao commented on August 23, 2024

@davheld I don't know what andyhx says. #target_link_libraries(${PROJECT_NAME} /home/public/git/vot-toolkit/tracker/examples/native/static_cpp.so). I cannot find toolkit in my computer. So can you solve it ?

from goturn.

ujsyehao avatar ujsyehao commented on August 23, 2024

@VictoriaW1 @andyhx Thank you! we will appreciate you.

from goturn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.