Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gasbench"
version = "0.6.5"
version = "0.6.6"
description = "GASBench - ML model benchmark evaluation package"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/gasbench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .benchmark import run_benchmark, print_benchmark_summary, format_benchmark_summary, save_results_to_json
from .benchmarks.utils.inference import create_inference_session

__version__ = "0.6.5"
__version__ = "0.6.6"
__author__ = "bmbm"

__all__ = [
Expand Down
57 changes: 57 additions & 0 deletions src/gasbench/dataset/configs/video_datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,3 +1116,60 @@ datasets:

# ── Carried over from v13 holdouts (internal/scraped) ────────────────────
notes: "Released from v14 bmcore holdouts"
# ── Released v15 holdouts ─────────────────────────────────────────────────

- name: v13-e4s
path: 34data/v13-e4s
modality: video
media_type: synthetic
source_format: mp4
media_per_archive: -1
archives_per_dataset: -1
notes: "Released from v15 bmcore holdouts"

- name: v13-echonet-synthetic-v1
path: 34data/v13-echonet-synthetic-v1
modality: video
media_type: synthetic
source_format: avi
media_per_archive: -1
archives_per_dataset: -1
notes: "Released from v15 bmcore holdouts"

- name: v13-lemonade
path: 34data/v13-lemonade
modality: video
media_type: real
source_format: mp4
media_per_archive: -1
archives_per_dataset: -1
notes: "Released from v15 bmcore holdouts"

- name: v13-live-whisperx-526k
path: 34data/v13-live-whisperx-526k
modality: video
media_type: real
source_format: mp4
media_per_archive: -1
archives_per_dataset: -1
notes: "Released from v15 bmcore holdouts"

- name: v14-real-hallo3-training-data
path: 34data/v14-real-hallo3-training-data
modality: video
media_type: real
source_format: mp4
media_per_archive: -1
archives_per_dataset: -1
notes: "Released from v15 bmcore holdouts"

- name: v14-real-moments-in-time-raw
path: 34data/v14-real-moments-in-time-raw
modality: video
media_type: real
source_format: mp4
media_per_archive: -1
archives_per_dataset: -1
notes: "Released from v15 bmcore holdouts"


Loading