Skip to content

Commit

Permalink
Change the e2e dataset for anomaly classification task
Browse files Browse the repository at this point in the history
  • Loading branch information
chuneuny-emily authored Apr 12, 2024
1 parent c1e5187 commit 3dea944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def fxt_target_dataset_per_task(fxt_ci_data_root) -> dict:
"zero_shot_visual_prompting": Path(
fxt_ci_data_root / "v2/zero_shot_visual_prompting/coco_car_person_medium",
),
"anomaly_classification": Path(fxt_ci_data_root / "v2/anomaly/mvtec/bottle_small/1"),
"anomaly_classification": Path(fxt_ci_data_root / "v2/anomaly/mvtec/hazelnut_large"),
"anomaly_detection": Path(fxt_ci_data_root / "v2/anomaly/mvtec/hazelnut_large"),
"anomaly_segmentation": Path(fxt_ci_data_root / "v2/anomaly/mvtec/hazelnut_large"),
}
Expand Down

0 comments on commit 3dea944

Please sign in to comment.