From 6a4fa485fe84eaa85c14fe343a7d66e3ca9f5694 Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Sun, 28 Mar 2021 23:17:50 +0800 Subject: [PATCH] update --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 11b701b..6228e43 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ Year = {2016}} boat : 7590 ``` +### 6、DeepFashion2数据集 +* 数据集的描述和申请地址:https://github.com/switchablenorms/DeepFashion2 + ### 数据格式 size是全图分辨率, (x,y) 是目标物体中心对于全图的归一化坐标,w,h是目标物体边界框对于全图的归一化宽、高。 @@ -118,6 +121,25 @@ h = h*dh ### 6、交通工具预训练模型 * [预训练模型下载地址(百度网盘 Password: 9qlx )](https://pan.baidu.com/s/1IwTnQYulFetY-AS1woMMaQ) +### 7、DeepFashion2预训练模型 +* * [预训练模型下载地址(百度网盘 Password: )]() +* 具体cfg分类如下: +``` +short_sleeve_top +long_sleeve_top +short_sleeve_outwear +long_sleeve_outwear +vest +sling +shorts +trousers +skirt +short_sleeve_dress +long_sleeve_dress +vest_dress +sling_dress +``` + ## 项目使用方法 ### 数据集可视化 -- GitLab