yelusaleng / RRU-Net

Official repository for "RRU-Net: The Ringed Residual U-Net for Image Splicing Forgery Detection" (CVPRW 2019)
107 stars 18 forks source link

image processing #11

Closed dan326326 closed 3 years ago

dan326326 commented 3 years ago

Hi, in your code , you split each image into two parts ,left and right ,can you tell me why you do this

training images are square

ids = split_ids(get_ids(dir_img)) 
iddataset = split_train_val(ids, val_percent)  #把分成两部分的图片做成一个列表,按比例分配为(验证集和训练)
yelusaleng commented 3 years ago

hi, that is just a data augmentation operation.

dan326326 commented 3 years ago

thank you!

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年9月28日(星期二) 晚上6:04 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [yelusaleng/RRU-Net] image processing (#11)

hi, that is just a data augmentation operation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

dan326326 commented 3 years ago

Hello, may I ask how much GPU memory you have when training? and how many GPU

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年9月28日(星期二) 晚上6:04 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [yelusaleng/RRU-Net] image processing (#11)

hi, that is just a data augmentation operation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

yelusaleng commented 3 years ago

too long ago, i forget it

dan326326 commented 3 years ago

too long ago, i forget it

THANK YOU!