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

Class NoTransform

DataLoader/Transform.py:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class NoTransform(IDataTransform[T_Data, T_Data]):
33 @classmethod
34 def is_valid_config(cls, config: SimpleNamespace | None) -> None:
35 return
36
37 def forward(self, frame: T_Data) -> T_Data:
38 return frame
39
40
41class ScaleFrame(IDataTransform[StereoFrame, StereoFrame]):

Callers 2

EvalDepth.pyFile · 0.90
EvalFlow.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected