MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / _step

Method _step

tutorials/motr/motr.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self.losses_dict = {}
66
67 def _step(self):
68 self._current_frame_idx += 1
69
70 def calc_loss_for_track_scores(self, track_instances: Instances):
71 frame_id = self._current_frame_idx - 1

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected