Algomorph / NeuralTracking

Open3D-based implementation of DynamicFusion (2015), python implementation of NeurIPS 2020 paper Neural Non-Rigid Tracking,.
Apache License 2.0
28 stars 5 forks source link

Add source-target correspondence lines to visualizer #15

Closed Algomorph closed 2 years ago

Algomorph commented 3 years ago

Visualizer should demonstrate source<->target point-cloud correspondences, similar to the example code.

Correspondence strength determined by MaskNet should be represented as color map of the connecting lines.

However, for source we should use the current position of the points in the source point cloud (at the current iteration), and the target can remain the same -- the target point cloud.

This will help us analyze whether the 3 Gauss-Newton iterations are really enough to achieve proper convergence for every time range.

Algomorph commented 2 years ago

done awhile back in 33ea58a