This work forks DenseFusion, to work with a custom dataset I created. Here is the link to the original paper for DenseFusion.
I used densefusion with the following repos:
- LabelFusion for generating real images.
- NDDS for generating synthetic images.
- arl-affpose-dataset-utils a custom dataset that I generated.
- pytorch-simple-affnet for predicting an object affordance labels.
- arl-affpose-ros-node: for deploying our network for 6-DoF pose estimation with our ZED camera.
- barrett-wam-arm for robotic grasping experiments. Specifically barrett_tf_publisher and barrett_trac_ik.
In the sample below we see real time implementation on our 7-DoF Robot Arm.
conda env create -f environment.yml --name DenseFusion
- To inspect ground truth object pose (first look at relative paths for root folder of dataset in tools/ARLAffPose/cfg.py):
python tools/ARLAffPose/scripts/load_gt_obj_poses.py
- To inspect ground truth affordance pose (see PyTorch-Simple-AffNet):
python tools/ARLAffPose/scripts/load_gt_obj_part_poses.py
- To run training:
python tools/train.py
- To get predicted pose run:
python tools/ARLAffPose/scripts/evaluate_poses_keyframe.py