yehengchen / Object-Grasp-Detection-ROS

Real-time Object Grasp Detection ROS package for YOLO
216 stars 75 forks source link

yolov3-cai-tiny.weights #4

Open yongan007 opened 4 years ago

yongan007 commented 4 years ago

Can you please provide your yolov3-cai-tiny.weights? I want to test its performance with the screw, I tried yolov3-tiny.weights it doesn't detects in gazebo.

AnukritiSinghh commented 3 years ago

Hey, I suppose you were able to run the code? It will be great if you can help me. I do roslaunch yolov3_pytorch_ros detector.launch but I encountered with an error from yolov3_pytorch_ros.msg import BoundingBox, BoundingBoxes ImportError: cannot import name 'BoundingBox' from 'yolov3_pytorch_ros.msg' (unknown location) am I missing something?

Thanks