Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 760 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 760 Bytes

ディープラーニングによる異常検知手法ALOCC

Sabokrou, et al. "Adversarially Learned One-Class Classifier for Novelty Detection", The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018, pp. 3379-3388

https://arxiv.org/abs/1802.09088

準備 (PyTorch)

PyTorch, PyTorch-Ignite, OpenCV, Matplotlib, scikit-learnを使います。

インストール:
PyTorch: 公式HPを参照

$ sudo pip install pytorch-ignite opencv-python matplotlib sklearn

実行

設定ファイルsetting.jsonを編集することでハイパーパラメータを設定できます。

$ python train.py 設定ファイル 出力フォルダ [-g GPUID]

例:

$ python train.py setting.json result