claydergc / py-faster-rcnn-odroid-ros

Python Faster R-CNN Demo adapted to run in a ODROID XU4 with a ROS node
Other
0 stars 0 forks source link

Disclaimer

The official Python Faster R-CNN code is available here.

This is only an adaptation of the original code mentioned before to be able to run in a ODROID XU4 along with a ROS node with only its CPU. Files added in this version are: /tools/demoClayROSImage.py and /tools/demoClayROSVideo.py. Both of this nodes are subscribed to the topic /camera/image_raw which were tested with a robot NAO.

The instructions for installing this code are the same than the original code.