Datasets:

Modalities:
Video
Audio
Languages:
English
ArXiv:
License:
AVATAR / code /evaluation /__init__.py
hahyeon610's picture
Add zipped video and metadata files
f89df01
Raw
History Blame Contribute Delete
153 Bytes
from evaluation.evaluator import Evaluator
from evaluation.heatmap_analyzer import HeatmapAnalyzer
__all__ = [
"Evaluator",
"HeatmapAnalyzer",
]