example sequence - timer result
The result is wrong. What did I do wrong? thanks!
Step:
- install env (Ubuntu 18.04 Python3.6)
- download example sequence (timer)
- python3 order
python compute_gt_poses.py LINEMOD/timer
python register_segmented.py LINEMOD/timer
python create_label_files.py LINEMOD/timer
- result: timer.ply timer.ply.zip

Thank you for bringing up the issue. This was my fault, I added a line to test the new API and forgot to delete it. This line will force the algorithm to ignore all information provided the marker and performs matching based on ICP only, which caused the misalignment shown above and make the algorithm super slow.
Also please note that register_segmented only work sometimes, if auto meshing fails, you can either run register_Segmented with meshing option turned off, and remove noise and perform meshing in meshlab. Or you can use register_scene and remove all noise manually.
Please pull the latest change and let me know if that helps. Thanks