571502680 / eccv18-rgb_pose_refinement

Inference code and trained networks for Deep Model-Based 6D Pose Refinement in RGB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code accompanies the paper

Fabian Manhardt, Wadim Kehl, Nassir Navab and Federico Tombari: Deep Model-Based 6D Pose Refinement in RGB. ECCV 2018.(PDF)

and allows to reproduce parts of our work. Note that due to IP issues we can only provide our trained networks and the inference part. This allows to refine 6D hypotheses from monocular data.

Unfortunately, the code for training cannot be made available.

In order to use the code, you need to downloa the used datasets (hinterstoisser, tejani) in SIXD format (e.g. from here ) and use the test_refinement.py script to do the magic. Invoke 'python3 test_refinement.py --help' to see the available commands.

Note that we only provide the network for obj_02 of the LineMOD dataset. The other networks will be also released soon.

About

Inference code and trained networks for Deep Model-Based 6D Pose Refinement in RGB

License:MIT License


Languages

Language:Python 100.0%