0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【最新モデルを試す】DeepFashion_Try_On

Posted at

 Virtual Try Onのジャンルの他論文.CVPR2020. このために作ったColabはモデルを試すTipsが含まれていて役に立つと思う.

モデルを試すときに良く使う手順

  1. git clone
  2. 足りないライブラリをpip install
  3. gdownでモデル(checkpints)やデータセットをダウンロードしてunzip
  4. run test

結果

image.png
image.png

所感

PF-AFNとは違い,事前のセグメント情報も入力する必要がある.少しだけ面倒.こちらの手法の方がスタンダード.精度は,PF-AFNの方が良さそう.
自分のデータを入れてみたかったけど,セグメンテーションする必要があったので,一旦保留.

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?