Algomorph/NeuralTracking

frame-to-current mode (following official NNRT article)

Closed this issue · 1 comments

in addition to FIRST_TO_CURRENT and PREVIOUS_TO_CURRENT tracking span modes, add a KEYFRAME_TO_CURRENT mode.

  • additional mode in settings
  • using proper frame as source frame
  • altering requirements for warping mesh in case of rendered or hybrid source image modes
  • recompute anchors for each keyframe
  • storing cumulative graphs for each keyframe
  • using cumulative + keyframe-to-current graph for fusion
  • using cumulative + keyframe-to-current graph for warping

Implementation finished here: da0e867