Skip to content

sangeun-jo/novelty_detection_tutorial

Repository files navigation

Novelty Detection Tutorial with OpenCV, Computer Vision, and Scikit-learn

Overview

scikit-learn 기반 모델 가상환경 novelty 사용

기반 논문: Isolation Forest
데이터셋 다운로드: https://people.csail.mit.edu/torralba/code/spatialenvelope/

환경

Python 3.11

설치 패키지

pip install numpy
pip install opencv-contrib-python
pip install imutils
pip install scikit-learn

훈련 명령어

python train_anomaly_detector.py --dataset forest --m anomaly_detector.model

테스트 명령어

python test_anomaly_detector.py --model anomaly_detector.model --image examples/forest_cd
mc290.jpg

About

Novelty detection 이미지 이상탐지 예제

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages