Hwang64 / PSIS

Data Augmentation for Object Detection via Progressive and Selective Instance-Switching
77 stars 10 forks source link

Selective Re-sampling Strategy #5

Open borre47 opened 4 years ago

borre47 commented 4 years ago

Hi, I liked your "Data Augmentation for Object Detection via Progressive and Selective Instance-Switching" paper, so I decided to implement some of your methods. I have some questions about selective re-sampling strategy. image

Here, "image I" refers to either IA or IB image that is part of the quadruple {IA, IB, iA, iB} of the specific class c. I understand that i have to iterate over each of quadruple and if any of these images does not satisfy the above equation, so drop that image and as consequence the whole quadruple. Could you tell me please if it is correct?