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

Method __len__

datasets/video_datasets.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 return data_dict
80
81 def __len__(self):
82 return len(self.data_list)
83
84 def _load_data_list(self, train_json_file_list, test_json_file_list, duplicate_meta, is_test):
85 base_json_file_list = test_json_file_list if is_test else train_json_file_list

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected