From 30dea823e6d615a76f06efcfa553f4c180109fa5 Mon Sep 17 00:00:00 2001 From: Dean of NITSC <138109564+nitsc@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:51:51 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d67ee93..2a59c1d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ - git - [ffmpeg](https://www.youtube.com/watch?v=OlNWCpFdVMA) - [visual studio 2022 runtimes (windows)](https://visualstudio.microsoft.com/visual-cpp-build-tools/) + - C:\Users\<用户名>\.keras\keras.json 改为以下内容: + ``` + { + "image_data_format": "channels_last", + "epsilon": 1e-07, + "floatx": "float32", + "backend": "tensorflow" + } + ``` 2. **克隆仓库**: ``` https://github.com/hacksider/Deep-Live-Cam.git