DeniJsonC / WaveNet

[PG 2023] WaveNet: Wave-Aware Image Enhancement
Other
78 stars 14 forks source link

Mixup data augmentation #4

Closed Arusa1 closed 7 months ago

Arusa1 commented 7 months ago

Hi, thank for your amazing work. You mentioned in the paper that mixup is adopted for data augmentation. Could you please tell me exactly where the code implements this in this repository? Thanks!

DeniJsonC commented 7 months ago

Hi, thank for your amazing work. You mentioned in the paper that mixup is adopted for data augmentation. Could you please tell me exactly where the code implements this in this repository? Thanks!

Hi, Arusa1. The MixUp codes you can find in the path "basicsr/models/image_restoration_model.py" line #22

Arusa1 commented 7 months ago

Thanks! :)