qixuxiang / mask_rcnn_ros

The ROS Package of Mask R-CNN for Object Detection and Segmentation
Other
70 stars 34 forks source link

Cannot recognize on ROS kinetic #3

Open June-Jo opened 6 years ago

June-Jo commented 6 years ago

I cannot recognize this package on ROS kinetic. Is there some expectable reasons ?

If I command 'roslaunch mask_rcnn_ros freiburg3_rgbd_example.launch', it gives a below message.

[freiburg3_rgbd_example.launch] is neither a launch file in package [mask_rcnn_ros] nor is [mask_rcnn_ros] a launch file name The traceback for the exception was written to the log file

And ROS doesn't contain the mask_rcnn_ros package.

Lastly, I cannot find 'scripts/download_freiburg3_rgbd_example_bag.sh' file. Where is it?

Thank you in advance.

qixuxiang commented 5 years ago

Thanks for your interests in my code! The code works on ROS kinetic,Please see more details in README. Also, I add scripts/download_freiburg3_rgbd_example_bag.sh file.