Git Product home page Git Product logo

dope's Introduction

dope

clone repo

    $ git clone --recursive [email protected]:jinglinjackychen/dope.git

You can run this code on a GPU computer and CPU computer, but if you want to execute DOPE program, please change GPU computer to run


Device GPU IP
LoCoBot No 10.0.0.2 and 192.168.50.2
VR PC Yes 10.0.0.3
DOPE PC Yes 192.168.50.3

Teaser

Building docker image

    $ cd Docker && source build.sh

Download weights

Download the weights and save them to the weights folder, i.e., ~/catkin_ws/src/Deep_Object_Pose/weights/.

How to run

On LoCoBot, make sure LoCoBot connect to VPN server

    $ cd Docker && source docker_run.sh cpu
    Docker$ cd catkin_ws && catkin_make
    Docker$ source environment.sh 192.168.50.2 192.168.50.2
    Docker$ roslaunch realsense2_camera rs_rgbd.launch
    Docker$ roslaunch rosbridge_server rosbridge_websocket.launch

On DOPE PC

    $ cd Docker && source docker_run.sh gpu
    Docker$ cd catkin_ws && catkin_make
    Docker$ source environment.sh 192.168.50.2 192.168.50.3
    Docker$ rosrun image_transport republish compressed in:=/camera/color/image_raw raw out:=/dope/image_raw
    Docker$ roslaunch dope dope.launch

If you want to enter same container

    $ cd Docker && source docker_join.sh
    Docker$ source environment.sh ros_master_ip ros_ip

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.