Deep learning
Is there anyone working with ROS and deep learning? Any "deep learning" library recommendation for writing ROS nodes? Regards,
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-03-23 17:17:29 -0600
Seen: 2,614 times
Last updated: Mar 23 '15
Autoware Traffic Light Recognition without Vector Map
How can work with ros inside a python 3 conda env
Whats the difference between feeding 2-d point clouds and 2-d images to a CNN [closed]
Encoding matches, integer turns float
openai_ros + noetic + turtlebot2 :: start_training.launch gives "No suscribers to cmd_vel_pub" error
How to use a trained learning model (.sav) in ROS python node?
How to transform laser scans and IMU data to the format of an LIBSVM package? [closed]
Hi, I'm also interested in this field. Have you found a ROS package for deep learning since ?
Hi Cyril,
I haven't put time into it yet. Will do at some point and would gladly share my experience. Cheers,
Hi guys. Have you found any libraries for working with deep nets in ROS?
Hi @uzair,
I searched for a while but didn't quite find much about it thereby I decided to start exploring it myself in my spare time using Keras and Theano. I'm writing about it at http://blog.deeprobotics.es/ . Code is available at https://github.com/vmayoral/basic_rei... .