Gyraline taps into the power of the iPhone to create a very accurate DIY alignment tool.
Environment: Tensorflow 1.3, menpo, python 3.5 Train: CUDA_VISIBLE_DEVICES="1" python train.py --train_dir=ckpt/3D84 --batch_size=8 --initial_learning_rate=0.0001 ...
This tool is based on the Iterative Closest Point (ICP) algorithm. At each iteration, we look for the best rigid transform that aligns the source mesh on the target mesh. As a greedy algorithm, ICP is ...