Skip to content

zakharos/DPOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dense Pose Object Detector (DPOD)

PyTorch implementation of the DPOD detector based on ICCV 2019 paper "DPOD: 6D Pose Object Detector and Refiner", cf. References below. [Full paper]

Dependencies

Setting up the environment

Set up a virtual environment using:

conda env create -n dpod -f environment.yml
conda activate dpod

Usage

To test the code activate the created virtual environment and execute the following command:

python main.py config.ini -t

For training the model run:

python main.py config.ini

Datasets

Mini versions of the training and test datasets as well as the 3D models from the LineMOD dataset are located in the db_mini folder.

  • models - 3D models from the LineMOD dataset
  • models_uv - 3D models with UV texture
  • test - RGB test images from the LineMOD dataset
  • train - rendered train patch images, i.e. rgb, correspondences (uv or uvw), normals, and sample backgrounds from MS COCO

Pretrained networks for LineMOD dataset trained on synthetic renderings can be found under the following link.

References

DPOD: 6D Pose Object Detector and Refiner (ICCV 2019)

Sergey Zakharov*, Ivan Shugurov*, Slobodan Ilic

@inproceedings{dpod,
author = {Sergey Zakharov and Ivan Shugurov and Slobodan Ilic},
title = {DPOD: 6D Pose Object Detector and Refiner},
booktitle = {International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}

About

Official PyTorch implementation of ICCV 2019 paper "DPOD: 6D Pose Object Detector and Refiner"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages