zqsui / ssd-6d

Inference code and trained networks for SSD-6D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code accompanies the paper

Wadim Kehl, Fabian Manhardt, Federico Tombari, Slobodan Ilic and Nassir Navab: SSD-6D: Making RGB-Based 3D Detection and 6D Pose Estimation Great Again. ICCV 2017.

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 produce the detections and the 6D pose pools. Unfortunately, the code for training as well as 2D/3D refinement cannot be made available.

In order to use the code, you need to download

and use the run.py script to do the magic. Invoke 'python3 run.py --help' to see the available commands. For the correct thresholds you should look at the supplemental material.

About

Inference code and trained networks for SSD-6D

License:MIT License


Languages

Language:Python 100.0%