AI一键换衣神器 终于把老黄的黑皮夹克给换了

27 篇文章 0 订阅
27 篇文章 0 订阅

f1c15b6efd74514082c442219c2ede7a.jpeg

要求

```plain text git clone https://github.com/yisol/IDM-VTON.git cd IDM-VTON

conda env create -f environment.yaml conda activate idm

## 数据准备

<!-- truncate -->


### VITON-HD


您可以从 VITON-HD 下载 VITON - HD 数据集。

下载 VITON-HD 数据集后,将 vitonhd_test_tagged.json 移动到测试文件夹中。

数据集目录的结构应如下所示。

```plain text
train
|-- ...

test
|-- image
|-- image-densepose
|-- agnostic-mask
|-- cloth
|-- vitonhd_test_tagged.json

着装要求

您可以从 DressCode 下载 DressCode 数据集。

我们在这里 提供预先计算的密集姿势图像和服装标题。

我们使用 detectorron2 来获取密集姿态图像,请参阅 此处 了解更多详细信息。

下载 DressCode 数据集后,放置图像密集目录和标题文本文件,如下所示。

plain text DressCode |-- dresses &nbsp; |-- images &nbsp; |-- image-densepose &nbsp; |-- dc_caption.txt &nbsp; |-- ... |-- lower_body &nbsp; |-- images &nbsp; |-- image-densepose &nbsp; |-- dc_caption.txt &nbsp; |-- ... |-- upper_body &nbsp; |-- images &nbsp; |-- image-densepose &nbsp; |-- dc_caption.txt &nbsp; |-- ... ## 推理

VITON-HD

使用带参数的 python 文件进行推理,

plain text accelerate launch inference.py \ &nbsp; --width 768 --height 1024 --num_inference_steps 30 \ &nbsp; --output_dir "result" \ &nbsp; --unpaired \ &nbsp; --data_dir "DATA_DIR" \ &nbsp; --seed 42 \ &nbsp; --test_batch_size 2 \ &nbsp; --guidance_scale 2.0 或者,您可以简单地使用脚本文件运行。

plain text sh inference.sh ### 着装要求

对于 DressCode 数据集,通过类别参数输入要生成图像的类别,

plain text accelerate launch inference_dc.py \ &nbsp; --width 768 --height 1024 --num_inference_steps 30 \ &nbsp; --output_dir "result" \ &nbsp; --unpaired \ &nbsp; --data_dir "DATA_DIR" \ &nbsp; --seed 42 &nbsp; --test_batch_size 2 &nbsp; --guidance_scale 2.0 &nbsp; --category "upper_body" 或者,您可以简单地使用脚本文件运行。

plain text sh inference.sh ## 启动本地渐变演示

在此处 下载用于人工解析的检查点。

将检查点放置在 ckpt 文件夹下。

```plain text ckpt |– densepose &nbsp; |– model_final_162be9.pkl |– humanparsing &nbsp; |– parsing_atr.onnx &nbsp; |– parsing_lip.onnx

|– openpose &nbsp; |– ckpts &nbsp; &nbsp; &nbsp; |– body_pose_model.pth

运行以下命令:

```plain text
python gradio_demo/app.py


详情介绍 : https://wenhaofree.com/IDM-VTON

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

文浩Marvin

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值