Giter Site home page Giter Site logo

Comments (5)

pgigioli avatar pgigioli commented on August 23, 2024

ROS will generate those header files automatically when creating the msg files. I just tested it and it should work. Try adding
add_dependencies(ROS_interface my_package_generate_messages_cpp)
add_dependencies(yolo_object_detector my_package_generate_messages_cpp)
at the bottom of your CMakelists.txt and try again.

from darknet_ros.

Kn15263ss avatar Kn15263ss commented on August 23, 2024

sorry~ i have a another problem about use catkin_make.
The problem is

screenshot from 2017-08-03 18 02 53

How do i fix this question?
Thank you!

from darknet_ros.

pgigioli avatar pgigioli commented on August 23, 2024

Your catkin_make is unable to find your cuda libraries. Make sure you have set your LD_LIBRARY_PATH appropriately. It should be:
LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
or /usr/local/cuda/lib depending on your cuda version.

from darknet_ros.

Kn15263ss avatar Kn15263ss commented on August 23, 2024

Thanks! I have solved this problem when i use: sudo ln -s /usr/local/cuda/lib64/libcurand.so /usr/lib/libcurand.so

but...when i execute "rosrun darknet_ros yolo_object_detector"
Theu have some error like this:
image

I don't know what happen about this..
Thanks you!

from darknet_ros.

pgigioli avatar pgigioli commented on August 23, 2024

It looks like you are trying to use the weights/cfg file from YOLOv2. Unfortunately, I'm still working on updating this code to v2 but for now you can use the weights and cfg files from v1. Check out the v1 site here: https://pjreddie.com/darknet/yolov1/. You should be able to download the v1 weights from here: http://pjreddie.com/media/files/tiny-yolo.weights

from darknet_ros.

Related Issues (17)

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.