From a504e7416939a6fbcc7ac214e6ca12e90324ebf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=96=87=E6=96=87?= Date: Mon, 19 Oct 2020 11:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ensfw=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ README_EN.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 83e0256d..2cfd89b9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ - 初始化 +[模型下载](https://github.com/devzwy/open_nsfw_android/blob/dev/app/src/main/assets/nsfw.tflite) + ``` //方式一,将模型文件放在Assets根目录下并命名为nsfw.tflite NSFWHelper.init(context = this@Application) diff --git a/README_EN.md b/README_EN.md index c23000c4..85cdc084 100644 --- a/README_EN.md +++ b/README_EN.md @@ -42,6 +42,7 @@ ``` - Initialization +[nsfw_model_download](https://github.com/devzwy/open_nsfw_android/blob/dev/app/src/main/assets/nsfw.tflite) ``` //Method 1: put the model file in the assets root directory and name it nsfw.tflite