ZM-Zhou / SDFA-Net_pytorch

Apache License 2.0
17 stars 5 forks source link

About the reproduction #6

Closed munchmoo closed 1 year ago

munchmoo commented 1 year ago

Hello!

I have a question regarding the results on the paper (Table 1). Does these results imply that the model is trained without cropping the image into (192 x 640) ? So, if I want to reproduce the results on the paper, I have to change train_384rc.yaml and set the patch size to None ?

Thank you

ZM-Zhou commented 1 year ago

Hi, Thanks for your attention! The results in Table 1 of the paper were generated with the training settings in this repo, and random cropping was enabled in all the experiments.

munchmoo commented 1 year ago

okay, thank you