Backup / VideoX-Fun /VBench /vbench2_beta_long /multiple_objects.py
YFanwang's picture
Upload VideoX-Fun/VBench
5767e72 verified
Raw
History Blame Contribute Delete
364 Bytes
from vbench.multiple_objects import compute_multiple_objects
from vbench2_beta_long.utils import reorganize_clips_results
def compute_long_multiple_objects(json_dir, device, submodules_list, **kwargs):
all_results, detailed_results = compute_multiple_objects(json_dir, device, submodules_list, **kwargs)
return reorganize_clips_results(detailed_results)