MCPcopy Create free account
hub / github.com/MAC-VO/MAC-VO / elaborate_map

Method elaborate_map

Module/MapProcessor.py:20–25  ·  view source on GitHub ↗

Given a sequence of frames, elaborate the trajectory (frame poses) and handle the 'need_interp' (i.e. lost track / skipped) frames.

(self, frames: FrameStore)

Source from the content-addressed store, hash-verified

18
19 @abstractmethod
20 def elaborate_map(self, frames: FrameStore) -> tuple[FrameStore, torch.Tensor]:
21 """
22 Given a sequence of frames, elaborate the trajectory (frame poses) and handle the
23 'need_interp' (i.e. lost track / skipped) frames.
24 """
25 ...
26
27
28class PoseInterpolate(IMapProcessor):

Callers 2

terminateMethod · 0.45
terminateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected