Abduoit

Results 12 comments of Abduoit

did u try to run `train.py `and `eval.py` at the same time ? plz consider memory issue

do you mean that I have to subscribe to the object printed topic, and draw the detected object in the image, then republish the image to the rviz

After running these ``` $ roscore $ rosrun uvc_camera uvc_camera_node $ rosrun find_object_2d find_object_2d image:=image_raw $ rosrun find_object_2d print_objects_detected image:=image_raw $ rqt_image_view $ rosrun rviz rviz ``` I selected my...

Thx @matlabbe I detect the object in rviz as u can see in the following pic ![detect-object-rviz](https://user-images.githubusercontent.com/28739007/31496778-bfd0c19a-af2a-11e7-93dc-b833e06a614e.png) Do you think that I need to see the TF frames in rviz...

Thx for reply @leeyoshinari Yes I know how to do that, but I am thinking to do make something more easier which keep the file fixed and only change the...

did anyone here use it on video ?

> > @Lightwingy have you tried to lower the `UR5_tip`, and make it at the same level of the finger_tips of the Robotiq gripper. This will reduce the number of...

Thanks for reply @AlexeyAB 1- I am using Linux 2- Yes I compiled it correctly, using OpenCV 2.4.9. I saw the images of airplanes and birds 3- I don't have...

I already ran it, i saw my own images without bounding boxes, cuz I haven't trained yet, I need to train it with my custom images, I think I did...