diff --git a/README.md b/README.md index 3cf93e36..714939b1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

English | - 中文 | + 中文

@@ -42,7 +42,7 @@ Hundreds of models are made publicly available on ModelScope (600+ and counting)


- +

@@ -131,7 +131,7 @@ For any given task with any type of input (image, text, audio, video...), infere Given an image, you can use following code to cut out the human. -![image](https://resouces.modelscope.cn/document/docdata/2023-2-16_20:53/dist/ModelScope%20Library%E6%95%99%E7%A8%8B/resources/1656989748829-9ab3aa9b-461d-44f8-98fb-c85bc6f670f9.png) +![image](data/resource/portrait_input.png) ```python >>> import cv2 @@ -142,7 +142,7 @@ Given an image, you can use following code to cut out the human. >>> cv2.imwrite('result.png', result['output_img']) ``` The output image is -![image](https://resouces.modelscope.cn/document/docdata/2023-2-16_20:53/dist/ModelScope%20Library%E6%95%99%E7%A8%8B/resources/1656989768092-5470f8ac-cda8-4703-ac98-dbb6fd675b34.png) +![image](data/resource/portrait_output.png) For finetuning and evaluation, you need ten more lines of code to construct dataset and trainer, and by calling `traner.train()` and `trainer.evaluate()` you can finish finetuning and evaluating a certain model. diff --git a/README_zh.md b/README_zh.md index 13379561..03b7616a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,7 +21,7 @@

English | - 中文 | + 中文