All Projects → JunaidCS032 → Motbeyondpixels

JunaidCS032 / Motbeyondpixels

Licence: gpl-3.0
Monocular multi-object tracking using simple and complementary 3D and 2D cues (ICRA 2018)

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Motbeyondpixels

Sipmask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
Stars: ✭ 255 (+64.52%)
Mutual labels:  object-detection, tracking
Odas
ODAS: Open embeddeD Audition System
Stars: ✭ 435 (+180.65%)
Mutual labels:  robotics, tracking
Dynamic robot localization
Point cloud registration pipeline for robot localization and 3D perception
Stars: ✭ 339 (+118.71%)
Mutual labels:  robotics, tracking
Person Detection And Tracking
A tensorflow implementation with SSD model for person detection and Kalman Filtering combined for tracking
Stars: ✭ 193 (+24.52%)
Mutual labels:  object-detection, tracking
Frustum Pointnets
Frustum PointNets for 3D Object Detection from RGB-D Data
Stars: ✭ 1,154 (+644.52%)
Mutual labels:  object-detection, robotics
Object detection tracking
Out-of-the-box code and models for CMU's object detection and tracking system for surveillance videos. Speed optimized Faster-RCNN model. Tensorflow based. Also supports EfficientDet. WACVW'20
Stars: ✭ 221 (+42.58%)
Mutual labels:  object-detection, tracking
Vehicle Detection And Tracking
Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering
Stars: ✭ 384 (+147.74%)
Mutual labels:  object-detection, tracking
Thor
thor: C++ helper library, for deep learning purpose
Stars: ✭ 197 (+27.1%)
Mutual labels:  object-detection, tracking
Ab3dmot
(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
Stars: ✭ 1,032 (+565.81%)
Mutual labels:  robotics, tracking
Pepper Robot Programming
Pepper Programs : Object Detection Real Time without ROS
Stars: ✭ 29 (-81.29%)
Mutual labels:  object-detection, robotics
Ros robotics projects
Example codes of new book ROS Robotics Projects
Stars: ✭ 240 (+54.84%)
Mutual labels:  robotics, tracking
Iros20 6d Pose Tracking
[IROS 2020] se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains
Stars: ✭ 113 (-27.1%)
Mutual labels:  robotics, tracking
Multi Camera Live Object Tracking
Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
Stars: ✭ 375 (+141.94%)
Mutual labels:  object-detection, tracking
Jetson Inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Stars: ✭ 5,191 (+3249.03%)
Mutual labels:  object-detection, robotics
Votenet
Deep Hough Voting for 3D Object Detection in Point Clouds
Stars: ✭ 1,183 (+663.23%)
Mutual labels:  object-detection, robotics
Deep Learning For Tracking And Detection
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
Stars: ✭ 1,920 (+1138.71%)
Mutual labels:  object-detection, tracking
S2anet
Official code of the paper "Align Deep Features for Oriented Object Detection"
Stars: ✭ 150 (-3.23%)
Mutual labels:  object-detection
Compactcnncascade
A binary library for very fast face detection using compact CNNs.
Stars: ✭ 152 (-1.94%)
Mutual labels:  object-detection
Urdf Viz
visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux
Stars: ✭ 149 (-3.87%)
Mutual labels:  robotics
Tfobjwebrtc
Tensorflow Object Detection API Web Service wrapper that works on any <video> tag and WebRTC streams
Stars: ✭ 149 (-3.87%)
Mutual labels:  object-detection

MOTBeyondPixels

Example image

This repository contains code and data required to reproduce the results in the ICRA 2018 paper

Beyond Pixels: Leveraging Geometry and Shape Cues for Online Multi-Object Tracking (arXiv)

Sarthak Sharma *, Junaid Ahmed Ansari*, J. Krishna Murthy, and K. Madhava Krishna

* The first two authors contributed equally to the work.

Project Page

The project page has more qualitative results, and links to data.

If you find the code/data useful in your experiments, kindly consider citing

@inproceedings{BeyondPixels_ICRA2018,
  title={Beyond Pixels: Leveraging Geometry and Shape Cues for Online Multi-Object Tracking},
  author={Sarthak Sharma, Junaid Ahmed Ansari, J. Krishna Murthy, K. Madhava Krishna},
  booktitle = {Procedings of the IEEE International Conference on Robotics and Automation},
  year={2018}
}

Running the demo scripts

We provide demo scripts for running code and visualizing results on sequences from the KITTI Tracking dataset.

To run a demo script that shows representative results on short snippets from the train and test splits run

main_script_train.m
main_script_test.m

IMPORTANT: You need to have the Data folder initialized, before you can run this demo. See below for details.

Before you can run this, however, make sure you download the requisite CNN appearance features and rectified images by running the following script.

sh download_data.sh

Or you can download it from here and place it (after unzipping it) in the parent directory.

Using our result files

To falcilitate comparision, we have also released our results on the KITTI Tracking benchmark (train and test splits). The result files, in the format specified by the evaluation server, can be downloaded from here

DISCLAIMER: The result files have been released in good faith, in the spirit of reproducible research. No misuse is permitted.

Misc. Remarks

We release release object detections obtained (and filtering scripts for non-maxima suppression, along with parameters used) for all train and test sequences. We report results obtained by running RRC-Net [code] on KITTI Tracking data. They can be accessed in the Data directory.

We also release odometry estimates obtained from ORB-SLAM. Note that, since we used monocular ORB-SLAM, odometry estimates were obtained to-scale. To get rid of the scale factor ambiguity, we empirically estimate a scale factor by four-fold cross-validation over the train set. Once this scale factor is estimated, we use the same factor across all train and test sequences in the results reported. These can be found in the Data directory too.

Autonomous driving software stacks using our method

AutoWare's (one of the first "all-in-one" open-source software for self-driving vehicles) implements an image based object tracker is based on our work. Link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].