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

Method add_bboxes

slowfast/visualization/utils.py:365–369  ·  view source on GitHub ↗

Add correspondding bounding boxes.

(self, bboxes)

Source from the content-addressed store, hash-verified

363 self.id = idx
364
365 def add_bboxes(self, bboxes):
366 """
367 Add correspondding bounding boxes.
368 """
369 self.bboxes = bboxes
370
371 def add_action_preds(self, preds):
372 """

Callers 1

__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected