From e8cdada5836a05394c5c984f081aa320cdc4d5c3 Mon Sep 17 00:00:00 2001 From: kyungpyo-kim Date: Tue, 17 Mar 2020 00:36:27 +0900 Subject: [PATCH] dependencies updated --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8593df2..0f1b950 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ ## Environment Setup ``` -pip install tensorflow-gpu opencv-python jupyter matplotlib tqdm +pip install tensorflow-gpu opencv-python jupyter matplotlib tqdm scipy googledrivedownloader +# reinstall numpy to solve error about "allow_pickle=False" +pip uninstall numpy +pip install --upgrade numpy==1.16.1 ``` ## Download Weights