Yeroyan's picture
sync v0.1.3
9513cca verified
raw
history blame contribute delete
366 Bytes
"""
Benchmark utilities and dataset loaders used by the demo UI.
Note: The `benchmarks/` folder is primarily for research/evaluation scripts, but the
Streamlit demo imports some loaders/metrics from here. Making this directory a
package (via `__init__.py`) ensures imports like `benchmarks.vidore_tatdqa_test`
work in Docker/Spaces environments.
"""
__all__ = []