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

Method __init__

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

Source from the content-addressed store, hash-verified

328class TrackerPostProcess(nn.Module):
329 """ This module converts the model's output into the format expected by the coco api"""
330 def __init__(self):
331 super().__init__()
332
333 @torch.no_grad()
334 def forward(self, track_instances: Instances, target_size) -> Instances:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected