diff --git a/README.md b/README.md index 3cf93e36..714939b1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@
@@ -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. - + ```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 - + 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 | - 中文 | + 中文