Code Monkey home page Code Monkey logo

object_detection's Introduction

py_faster_rcnn_ros

This package provides a ros warpper for py-faster-rcnn here.

Usage

You should make a new catkin workspace for the code in this repo. This is all of the code that will need to run in the docker image. You should save model files in py_faster_rcnn_ros/models/caffe/.

You need to have nvidia-docker2 installed Follow the instructions here. https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#install-guide

Download the docker image from dockerhub

docker pull kschmeckpeper/py_faster_rcnn_ros

Start the docker image

docker run -rm -v ~/PATH/TO/catkin_ws_docker:/curiosity/catkin_ws_docker -it --network host --gpus all -w /curiosity/catkin_ws_docker kschmeckpeper/py_faster_rcnn_ros  bash

The first time you start the docker image, you will need to build the code in the catkin workspace.

On the host machine, start ros.

Inside the docker image, run

roslaunch py_faster_rcnn_ros detector.launch

This should connect to the ros network on the host machine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.