MCPcopy Create free account
hub / github.com/OpenGVLab/UniFormerV2 / __init__

Method __init__

slowfast/visualization/utils.py:344–353  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

342
343class TaskInfo:
344 def __init__(self):
345 self.frames = None
346 self.id = -1
347 self.bboxes = None
348 self.action_preds = None
349 self.num_buffer_frames = 0
350 self.img_height = -1
351 self.img_width = -1
352 self.crop_size = -1
353 self.clip_vis_size = -1
354
355 def add_frames(self, idx, frames):
356 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected