월간 데이콘 Computer Vision 이상치 탐지 알고리즘 경진대회

알고리즘 | CV | 분류 | 이상탐지 | Macro f1 score

  • moneyIcon 상금 : 100만원 + ɑ
  • 1,372명 마감

설명

train [Folder]

├ 10001.png

├ 10002.png

├ •••

└ 14276.png


test [Folder]

├ 20001.png

├ 20002.png

├ •••

└ 22153.png


train_df.csv

  • index : 이미지와 매칭되는 인덱스
  • file_name : 이미지 파일명
  • class : 사물명
  • state : 사물의 상태
  • label : 최종 제출 형식


test_df.csv

  • index : 이미지와 매칭되는 인덱스
  • file_name : 이미지 파일명


sample_submission.csv

  • index : test_df.csv의 인덱스
  • label : 추론값



데이터 출처

https://www.mvtec.com/company/research/datasets/mvtec-ad


License

The data is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).


reference

Paul Bergmann, Kilian Batzner, Michael Fauser, David Sattlegger, Carsten Steger: The MVTec Anomaly Detection Dataset: A Comprehensive Real-World Dataset for Unsupervised Anomaly Detection; in: International Journal of Computer Vision 129(4):1038-1059, 2021, DOI: 10.1007/s11263-020-01400-4.

Paul Bergmann, Michael Fauser, David Sattlegger, Carsten Steger: MVTec AD — A Comprehensive Real-World Dataset for Unsupervised Anomaly Detection; in: IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 9584-9592, 2019, DOI: 10.1109/CVPR.2019.00982.

상세