gitextract_nt_altqw/ ├── .gitmodules ├── BFM/ │ └── README ├── README.md ├── ResNet/ │ └── ThreeDMM_shape.py ├── get_Rts.py ├── input.csv ├── input_list.txt ├── input_samples/ │ └── README ├── kaffe/ │ ├── __init__.py │ ├── errors.py │ ├── graph.py │ ├── layers.py │ ├── shapes.py │ ├── tensorflow/ │ │ ├── __init__.py │ │ └── network_shape.py │ └── transformers.py ├── main_fpn.py ├── main_predict_6DoF.py ├── main_predict_ProjMat.py ├── models/ │ └── README ├── myparse.py ├── output_render/ │ └── README.md ├── pose_model.py ├── pose_utils.py ├── renderer_fpn.py ├── tf_utils.py ├── train_stats/ │ ├── 3DMM_shape_mean.npy │ ├── README │ ├── train_label_mean_300WLP.npy │ ├── train_label_mean_ProjMat.npy │ ├── train_label_std_300WLP.npy │ └── train_label_std_ProjMat.npy └── utils/ ├── README └── pose_utils.py