Giter Club home page Giter Club logo

online_learning's Introduction

Online learning for human classification in 3D LiDAR-based tracking

Build Status Codacy Badge License: MIT

This is a ROS-based online learning framework for human classification in 3D LiDAR scans, taking advantage of robust multi-target tracking to avoid the need for data annotation by a human expert. Please watch the videos below for more details.

YouTube Video 1 YouTube Video 2

For a standalone implementation of the clustering method, please refer to: https://github.com/yzrobot/adaptive_clustering

Install & Build

$ cd catkin_ws/src
// Install prerequisite packages 
$ git clone https://github.com/wg-perception/people.git
$ git clone https://github.com/DLu/wu_ros_tools.git
$ sudo apt-get install ros-kinetic-bfl
// The core 
$ git clone https://github.com/yzrobot/online_learning
// Build
$ cd catkin_ws
$ catkin_make

Run

After catkin_make succeed, modify 'line 3' of online_learning/object3d_detector/launch/object3d_detector.launch, and make the value is the path where your bag files are located:

<arg name="bag" value="/home/yq/Downloads/LCAS_20160523_1200_1218.bag"/>

The bag file offered by Lincoln Centre for Autonomous Systems is in velodyne_msgs/VelodyneScan message type, so we would need related velodyne packages in ROS:

$ sudo apt-get install ros-kinetic-velodyne*

Now, the svm should be able to run:

$ cd catkin_ws
$ source devel/setup.bash
$ roslaunch object3d_detector object3d_detector.launch

Citation

If you are considering using this code, please reference the following:

@inproceedings{yz17iros,
   author = {Zhi Yan and Tom Duckett and Nicola Bellotto},
   title = {Online learning for human classification in {3D LiDAR-based} tracking},
   booktitle = {In Proceedings of the 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
   pages = {864--871},
   address = {Vancouver, Canada},
   month = {September},
   year = {2017}
}

online_learning's People

Contributors

yzrobot avatar pat-cimar-uf avatar

Watchers

 avatar

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.