File size: 366 Bytes
a2144a1
 
 
 
 
 
 
 
 
 
9513cca
1
2
3
4
5
6
7
8
9
10
11
12
"""
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__ = []