Amano_Masaki
@Amano_Masaki

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

styleganのaugmentationにおいて、x-flipとmirrorは何を指すのでしょうか?

styleganのaugmentationにおいて、x-flipとmirrorは何を指すのでしょうか?

知恵袋みたいな使い方で申し訳ないです。

現在、画像のaugmentationについて勉強中なのですが、言葉の定義が分からなくなってしまったので質問させていただきます。

私の中ではx-flipとはx軸にて反転という定義であり、つまり垂直反転、上下反転でありました。
しかしながら、GANのaugなどを見ているとx軸上で反転?として使っておりました。つまり左右で反転。

これは私の認識が世間の認識とずれており、
画像処理では一般的にx-flipは左右反転という定義でよろしいのでしょうか?
解答よろしくお願いします。

 

別途:(余裕があれば解答お願いします)
styleganのtrain optionにmirrorとありますが、コードの方ではx-flipとして扱われていると認識してます。
統一されてないということは別物なのでしょうか?

136 @click.option('--mirror', help='Enable dataset x-flips', metavar='BOOL', type=bool, default=False, show_default=True)

257 c.augment_kwargs = dnnlib.EasyDict(class_name='training.augment.AugmentPipe', xflip=1, rotate90=1, xint=1, scale=1, rotate=1, aniso=1, xfrac=1, brightness=1, contrast=1, lumaflip=1, hue=1, saturation=1)

0

No Answers yet.

Your answer might help someone💌