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

Method result_available

slowfast/visualization/async_predictor.py:225–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223
224 @property
225 def result_available(self):
226 return self.result_queue.qsize() + len(self.result_data)
227
228 @property
229 def default_buffer_size(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected