From 7fb577c5781d7b582cef1bbfb6bfd0e587bc8ec1 Mon Sep 17 00:00:00 2001 From: wuyefeilin <30919197+wuyefeilin@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:01:54 +0800 Subject: [PATCH] Update README.md --- contrib/ACE2P/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/ACE2P/README.md b/contrib/ACE2P/README.md index 3dfdcca5..24a884b5 100644 --- a/contrib/ACE2P/README.md +++ b/contrib/ACE2P/README.md @@ -37,8 +37,6 @@ ACE2P模型包含三个分支: ![](imgs/result.jpg) -![](ACE2P/imgs/result.jpg) - 人体解析(Human Parsing)是细粒度的语义分割任务,旨在识别像素级别的人类图像的组成部分(例如,身体部位和服装)。本章节使用冠军模型Augmented Context Embedding with Edge Perceiving (ACE2P)进行预测分割。 ## 代码使用说明 @@ -79,11 +77,11 @@ python -u infer.py --example ACE2P 原图: - ![](ACE2P/imgs/117676_2149260.jpg) + ![](imgs/117676_2149260.jpg) 预测结果: - ![](ACE2P/imgs/117676_2149260.png) + ![](imgs/117676_2149260.png) ### 备注 -- GitLab