MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / __init__

Method __init__

datasets/video_datasets.py:214–215  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

212 """
213
214 def __init__(self, *args, **kwargs):
215 super().__init__(*args, **kwargs)
216
217 def _resolve_prompt_embedding(self, data):
218 return self.null_context.clone()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected