ZM-Zhou / SDFA-Net_pytorch

Apache License 2.0
17 stars 5 forks source link

Train_side meaning #4

Open munchmoo opened 1 year ago

munchmoo commented 1 year ago

Hello, Thank you for sharing your work!

What does 'train_side' means? Does each image in a batch have different train_side? And is it used in both Stage1 and Stage2 ?

Thank you

ZM-Zhou commented 1 year ago

Hi sungheuiK, Thanks for your attention.

'train_side' in our experiment always means the image on the left side of a stereo image pair. We use the 'train_side' instead of ' 'left_side' for compatibility with other works under this framework, where the 'train_side' could mean the image on the right side due to the flip data augmentation.

This setting is indeed used in both Stage1 and 2.

munchmoo commented 1 year ago

Okay, I got that train_side is the left image. Then what does 's' and 'o' imply?

스크린샷 2022-10-18 오후 5 28 45
ZM-Zhou commented 1 year ago

In fact, they mean 'Side'(left) and 'Other Side'(right) respectively : )