diff --git a/pyproject.toml b/pyproject.toml index ec2e515..2ae9dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gasbench" -version = "0.9.4" +version = "0.9.5" description = "GASBench - ML model benchmark evaluation package" readme = "README.md" requires-python = ">=3.10" diff --git a/src/gasbench/dataset/configs/synthetic_videos.yaml b/src/gasbench/dataset/configs/synthetic_videos.yaml index 4758c89..b0b33d0 100644 --- a/src/gasbench/dataset/configs/synthetic_videos.yaml +++ b/src/gasbench/dataset/configs/synthetic_videos.yaml @@ -851,7 +851,7 @@ datasets: - name: v15-human-vid-mavos-dd-english_liveportrait path: 34data/v15-human-vid-mavos-dd-english_liveportrait modality: video - media_type: synthetic + media_type: semisynthetic source_format: mp4 media_per_archive: -1 archives_per_dataset: -1 diff --git a/tests/unit/test_multiclass_taxonomy.py b/tests/unit/test_multiclass_taxonomy.py index 1ce0669..923509a 100644 --- a/tests/unit/test_multiclass_taxonomy.py +++ b/tests/unit/test_multiclass_taxonomy.py @@ -142,7 +142,6 @@ def test_full_frame_neural_edits_are_synthetic(self): "facevid2vid", "tpsm", "v15-human-vid-mavos-dd-english_echomimic", - "v15-human-vid-mavos-dd-english_liveportrait", "hyperreenact", "fakeparts-stylechange", "senorita-controllable-videos",