multi-label-image-classification icon indicating copy to clipboard operation
multi-label-image-classification copied to clipboard

Data augmentation M1,M2,M3 in the paper

Open Kevinz-code opened this issue 4 years ago • 2 comments

Hello, I'm very interested in your implementation and I want to implement your code to get a start. However, I was wondering the meaning of M1, M2, M3 in your paper. I mean, does it mean: M1: randomflipping M2: randomresizecrop M3: mixup or M1: randomflipping M2: randomfilpping + randomresizecrop M3: randomfilpping + randomresizecrop + mixup

I'm looking forward to your answer, thanks in advance!

Kevinz-code avatar Dec 08 '20 06:12 Kevinz-code

The later is what I mean, thank you for pointing out the confusion.

Get Outlook for Androidhttps://aka.ms/ghei36


From: kevin655 [email protected] Sent: Tuesday, December 8, 2020 6:25:32 AM To: hellowangqian/multi-label-image-classification [email protected] Cc: Subscribed [email protected] Subject: [hellowangqian/multi-label-image-classification] Data augmentation M1,M2,M3 in the paper (#3)

Hello, I'm very interested in your implementation and I want to implement your code to get a start. However, I was wondering the meaning of M1, M2, M3 in your paper. I mean, does it mean: M1: randomflipping M2: randomresizecrop M3: mixup or M1: randomflipping M2: randomfilpping + randomresizecrop M3: randomfilpping + randomresizecrop + mixup

I'm looking forward to your answer, thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/hellowangqian/multi-label-image-classification/issues/3, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABX467VAP3T6WUJMSZI3CH3STXBFZANCNFSM4URQBASA.

hellowangqian avatar Dec 08 '20 08:12 hellowangqian

The later is what I mean, thank you for pointing out the confusion. Get Outlook for Androidhttps://aka.ms/ghei36 ________________________________ From: kevin655 [email protected] Sent: Tuesday, December 8, 2020 6:25:32 AM To: hellowangqian/multi-label-image-classification [email protected] Cc: Subscribed [email protected] Subject: [hellowangqian/multi-label-image-classification] Data augmentation M1,M2,M3 in the paper (#3) Hello, I'm very interested in your implementation and I want to implement your code to get a start. However, I was wondering the meaning of M1, M2, M3 in your paper. I mean, does it mean: M1: randomflipping M2: randomresizecrop M3: mixup or M1: randomflipping M2: randomfilpping + randomresizecrop M3: randomfilpping + randomresizecrop + mixup I'm looking forward to your answer, thanks in advance! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#3>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABX467VAP3T6WUJMSZI3CH3STXBFZANCNFSM4URQBASA.

Thank you for your accurately reply, one thing I also want to know is that when using mixup in COCO, it's better to train more steps before decay learining rate ? (I saw that in your 'resnet101_model1fc.py', the step_size was set 'step_size=5'). Best wishes.

Kevinz-code avatar Dec 08 '20 08:12 Kevinz-code