sThalham / PyraPose

Object pose estimation under domain shift using feature pyramids for multi-scale feature aggregation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyraPose

PyraPose: Feature Pyramids for Fast and Accurate Object Pose Estimation under Domain Shift by Stefan Thalhammer, Timothy Patten, and Markus Vincze.

Version requirements

My docker-repository provides Dockerfiles satisfying the version requirements

Installation

python setup.py build_ext --inplace

Training

  1. annotate data to create training dataset using "annotate_BOP.py" in repo data_creation.
    • the 3D bounding boxes used to establish 2D-3D correspondences are hard coded.
    • Synthetic training data can be taken from the BOP-challenge. A good source for object meshes, test and val data.
  2. train using "PyraPose/bin/train.py </path/to/training_data>".

Testing

PyraPose/bin/evaluate.py </path/to/dataset_val> </path/to/training/model.h5> --convert-model

Data loaders are provided for datasets LineMOD, Occlusion, YCB-video, HomebrewedDB and Tless. No trained models are provided.

Notes

  • branch "master" uses provides the proposed method in the paper, i.e., PFPN+heads.
  • branch "decoder" provides the method when using decoders with skip-connections instead.

About

Object pose estimation under domain shift using feature pyramids for multi-scale feature aggregation

License:Apache License 2.0


Languages

Language:C++ 85.2%Language:Python 13.4%Language:C 1.3%Language:CMake 0.1%Language:Cython 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%