From 5ac0eab06965cb1b19cb7738c60c7948bbebd341 Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Sat, 16 Feb 2019 08:05:25 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 581372b..ff49d8e 100644 --- a/README.md +++ b/README.md @@ -329,13 +329,13 @@ If you want to try it immediately, please try Face Detection. 1.Execute below. ```bash +$ sudo -H pip3 install scikit-learn $ git clone --recursive https://github.com/PINTO0309/Keras-OneClassAnomalyDetection.git $ cd Keras-OneClassAnomalyDetection ``` 2.Connect USB Camera to RaspberryPi. 3.Execute below. ```bash -$ sudo -H pip3 install scikit-learn $ cd OneClassAnomalyDetection-RaspberryPi3/DOC $ python3 main.py ```