GithubHelp home page GithubHelp logo

isabella232 / raptor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bvlc/raptor

0.0 0.0 0.0 35.36 MB

Code basis for the Realtime adAPtative detecTOR (first published and referred to at IEEE ICRA 2014)

Shell 0.02% C++ 53.29% C 44.02% Objective-C 0.08% MATLAB 0.13% Python 2.46%

raptor's Introduction

RAPTOR - Realtime adAPtive detecTOR

Implementation of the following paper Daniel Göhring, Judy Hoffman, Erik Rodner, Kate Saenko, and Trevor Darrell. Interactive Adaptation of Real-Time Object Detectors. International Conference on Robotics and Automation (ICRA). 2014

Details and paper: http://raptor.berkeleyvision.org/

Implemented by Daniel Göhring and Erik Rodner. Reorganized, cleaned, corrected by Eric McCann

Installation on Ubuntu

This demo consists of the object learner and detector. The detector requires less modules so we start the installation guide with the detector. The current description focuses on Ubuntu.

  1. install ros fuerte (see guide under http://wiki.ros.org/fuerte/Installation/Ubuntu)

  2. install git

    sudo apt-get install git

  3. install fftw3

    sudo apt-get install fftw3 sudo apt-get install libfftw3-dev

  4. install openni+usb_cam

    sudo apt-get install ros-fuerte-openni-* ros-fuerte-bosch-drivers

  5. get raptor

    git clone https://github.com/BVLC/raptor.git

  6. cd into that folder, then...

rosws init
rosws merge /opt/ros/fuerte
rosws merge workspace.rosinstall
source setup.bash
rosmake raptor

  1. verify that this was done correctly by running the following line:

    rosversion ros

    the computer should output the version number.

  2. Go to /data/demo-office.config.template, data/runDemo.sh, and raptor/demo-office.config, and raptor/src/transfer_images_torecord.cpp. Change “goehring” with your login name, and adjust the paths if necessary.

  3. To use a PrimeSense kinect instead of a webcam, follow the PrimeSense installation instructions on the following page; then edit the launch files by removing usb_cam..., and replacing it with "/camera/rgb/image_color"

  4. Test the full detection setup, after execution of these 4 commands you should see an image with detection boxes:

roscore
rosrun usb_cam usb_cam_node 
roslaunch raptor monitor.launch 
roslaunch raptor detection.launch 

PrimeSense Installation

  1. Go to http://mitchtech.net/ubuntu-kinect-openni-primesense/ and follow the instructions for the first and third download.

  2. For the second, DO NOT use the git clone git://github.com/avin2/SensorKinect.git download, instead, use https://github.com/PrimeSense/Sensor, which is a newer version. However, the installation instructions are the same.

raptor's People

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.