-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YoloV3 detects nothing #8
Comments
Hello, What is the right execution order? I have checked that in the buggy case, node subscribes to camera but somehow detects nothing. |
roslaunch darknet_ros yolov3.launch |
@cedros23 what package are you using for loading the video feed? video_stream_opencv is recommended. |
I too am having issues with this. I am using realsense package and unable to get anything to detect. the topic that is being subscribed is /camera/aligned_depth_to_color/image_raw |
Hi!
Firstly, thx for the nice effort.
I have compiled your repo and tested with yolov3 however, yolo detects simply nothing, image always shows 0 fps.
Meanwhile, I can work with leggedroboticts darknet-ros 25 fps with nice accuracy already. I use the same ros yaml, launch file and weights.
Do you have any idea to debug the situation?
Thx!
The text was updated successfully, but these errors were encountered: