CloudAAE: Learning 6D Object Pose Regression with On-line Data Synthesis on Point Clouds
CloudAAE
This is an tensorflow implementation of “CloudAAE: Learning 6D Object Pose Regression with On-line Data Synthesis on Point Clouds”
Files
- log: directory to store log files during training.
- losses: loss functions for training.
- models: a python file defining model structure.
- object_model_tfrecord: full object models for data synthesizing and visualization purpose.
- tf_ops: tensorflow implementation of sampling operations (credit: Haoqiang Fan, Charles R. Qi).
- trained_network: a trained network.
- utils: utility files for defining model structure.
- ycb_video_data_tfRecords: synthetic training data and real test data for the YCB video dataset.
- evaluate_cloudAAE_ycbv.py: script for testing object 6d pose estimation with a trained network on test set in YCB video dataset.
- train_cloudAAE_ycbv.py: script for training a network on synthetic data for YCB objects.
- Testing data in tfrecord format is available