Code Monkey home page Code Monkey logo

pointslot's Introduction

PointSLOT

This project is the source code of simultaneous localization and object tracking (SLOT) named PointSLOT.

PointSLOT is an online, real-time and general system without any artificial priors. The system makes use of ORB features for static scene representation, ego-localization and object motion estimation. In particular, we explicitly identify moving and stationary objects by computing the object motion probabilities, such that features of static objects are utilized to improve the camera pose estimation instead of treating all object regions as outliers. Based on the camera-centric parameterization for the object pose, the trajectories and dynamic features of multi-keyframe objects are efficiently solved through an object-based bundle adjustment approach. The link of the releted paper is here.

image

Install

This project is based on the SLAM framework of ORB_SLAM2. You should also include the libtorch (test in 1.11.0 and cuda11.3) package and TensorRT8.4.0.6 package for real-time YOLO and deepsort network inference. If you want to quickly test this system without these annoying packages, you can comment out the codes related to YOLO and deepsort and select the running mode (shown as SLOT.MODE in yaml file) as 4. This mode reads the object deection and association gt results into the system and thus the SLOT system runs normally without network inferences.

Run

This project is tested on the public KITTI tracking datasets using the running mode of 3 (online) or 4 (read the offline information).

./Examples/Stereo/stereo_kitti Vocabulary/ORBvoc.bin Examples/Stereo/0000-0013.yaml your/sequence/path Kitti_Tracking 0.1

You can select the running mode as 2 to track any kinds of objects in datasets of your own making. This mode allows you to manually select an object region in the first frame, and then the system tracks the selected object region.

pointslot's People

Contributors

pkzhou 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.