6D Pose Estimation using RGB

86 papers with code • 6 benchmarks • 6 datasets

6D Pose Estimation using RGB refers to the task of determining the six degree-of-freedom (6D) pose of an object in 3D space based on RGB images. This involves estimating the position and orientation of an object in a scene, and is a fundamental problem in computer vision and robotics. In this task, the goal is to estimate the 6D pose of an object given an RGB image of the object and the scene, which can be used for tasks such as robotic manipulation, augmented reality, and scene reconstruction.

( Image credit: Segmentation-driven 6D Object Pose Estimation )

Libraries

Use these libraries to find 6D Pose Estimation using RGB models and implementations

Learning Symmetry-Aware Geometry Correspondences for 6D Object Pose Estimation

hikvision-research/gcpose ICCV 2023

Taking the symmetry properties of objects into consideration, we design a symmetry-aware matching loss to facilitate the learning of dense point-wise geometry features and improve the performance considerably.

8
01 Jan 2023

PoET: Pose Estimation Transformer for Single-View, Multi-Object 6D Pose Estimation

aau-cns/poet 25 Nov 2022

It is a challenging task due to object symmetries, clutter and occlusion, but it becomes more challenging when additional information, such as depth and 3D models, is not provided.

63
25 Nov 2022

Video based Object 6D Pose Estimation using Transformers

apoorvabeedu/videopose 24 Oct 2022

We introduce a Transformer based 6D Object Pose Estimation framework VideoPose, comprising an end-to-end attention based modelling architecture, that attends to previous frames in order to estimate accurate 6D Object Poses in videos.

12
24 Oct 2022

CRT-6D: Fast 6D Object Pose Estimation with Cascaded Refinement Transformers

pedrocastro/crt-6d 21 Oct 2022

Learning based 6D object pose estimation methods rely on computing large intermediate pose representations and/or iteratively refining an initial estimation with a slow render-compare pipeline.

13
21 Oct 2022

Self-Supervised Geometric Correspondence for Category-Level 6D Object Pose Estimation in the Wild

kywind/self-corr-pose 13 Oct 2022

While 6D object pose estimation has wide applications across computer vision and robotics, it remains far from being solved due to the lack of annotations.

83
13 Oct 2022

CASAPose: Class-Adaptive and Semantic-Aware Multi-Object Pose Estimation

fraunhoferhhi/casapose 11 Oct 2022

Applications in the field of augmented reality or robotics often require joint localisation and 6D pose estimation of multiple objects.

28
11 Oct 2022

DCL-Net: Deep Correspondence Learning Network for 6D Pose Estimation

gorilla-lab-scut/dcl-net 11 Oct 2022

Establishment of point correspondence between camera and object coordinate systems is a promising way to solve 6D object poses.

16
11 Oct 2022

Imitrob: Imitation Learning Dataset for Training and Evaluating 6D Object Pose Estimators

imitrob/imitrob_dataset_code 16 Sep 2022

This paper introduces a dataset for training and evaluating methods for 6D pose estimation of hand-held tools in task demonstrations captured by a standard RGB camera.

7
16 Sep 2022

SC6D: Symmetry-agnostic and Correspondence-free 6D Object Pose Estimation

dingdingcai/sc6d-pose 3 Aug 2022

The pose estimation is decomposed into three sub-tasks: a) object 3D rotation representation learning and matching; b) estimation of the 2D location of the object center; and c) scale-invariant distance estimation (the translation along the z-axis) via classification.

32
03 Aug 2022

Coupled Iterative Refinement for 6D Multi-Object Pose Estimation

princeton-vl/coupled-iterative-refinement CVPR 2022

We propose a new approach to 6D object pose estimation which consists of an end-to-end differentiable architecture that makes use of geometric knowledge.

101
26 Apr 2022