HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Real-Time Seamless Single Shot 6D Object Pose Prediction

Bugra Tekin; Sudipta N. Sinha; Pascal Fua

Real-Time Seamless Single Shot 6D Object Pose Prediction

Abstract

We propose a single-shot approach for simultaneously detecting an object in an RGB image and predicting its 6D pose without requiring multiple stages or having to examine multiple hypotheses. Unlike a recently proposed single-shot technique for this task (Kehl et al., ICCV'17) that only predicts an approximate 6D pose that must then be refined, ours is accurate enough not to require additional post-processing. As a result, it is much faster - 50 fps on a Titan X (Pascal) GPU - and more suitable for real-time processing. The key component of our method is a new CNN architecture inspired by the YOLO network design that directly predicts the 2D image locations of the projected vertices of the object's 3D bounding box. The object's 6D pose is then estimated using a PnP algorithm. For single object and multiple object pose estimation on the LINEMOD and OCCLUSION datasets, our approach substantially outperforms other recent CNN-based approaches when they are all used without post-processing. During post-processing, a pose refinement step can be used to boost the accuracy of the existing methods, but at 10 fps or less, they are much slower than our method.

Code Repositories

Yongjjun/singleshotpose
pytorch
Mentioned in GitHub
hz-ants/yolo-6d
pytorch
Mentioned in GitHub
Microsoft/singleshotpose
pytorch
Mentioned in GitHub
a2824256/singleshotpose_imp
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
6d-pose-estimation-on-linemodSingle-shot Deep CNN
Accuracy: 90.37%
Mean ADD: 55.95
Mean IoU: 99.92
6d-pose-estimation-on-occlusionSingle-shot deep CNN
MAP: 0.48

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Real-Time Seamless Single Shot 6D Object Pose Prediction | Papers | HyperAI