YaoleiQi / DSCNet

Pytorch Implement of Dynamic Snake Convolution (ICCV2023)
403 stars 36 forks source link

some questions about dataset process #11

Open WHU-YH-jx opened 1 year ago

WHU-YH-jx commented 1 year ago

Congratulations! Really nice work! I have some questions about the ROAD dataset. "All data enhancements are performed simultaneously during the training process. The random crop size of 256 × 256 is used as a fixed size to feed into the model training." First, in the training process, the size of images is 256 × 256, the method of resizing is nearest-neighbor interpolation or linear interpolation ? Second, what about the test process, is it also 256×256? Third, your final result is a range, such as 78.21±5.77, what's the meaning of it and how do you get this result?

Thanks very much!

YaoleiQi commented 1 year ago

Thank you for your attention!

  1. We did not perform any sampling operations on the original image and used the cropping method for the both training and testing processes.
  2. The result is the mean and variance, which are obtained using Dice's operations
WHU-YH-jx commented 1 year ago

Thanks for reply! So for the road dataset, random cropping was used in both training and testing?

YaoleiQi commented 1 year ago

Yes, training uses random cropping and testing uses regular cropping

WHU-YH-jx commented 1 year ago

Thanks! So could you show the details of regular cropping in test stage for dataset Road. It is important for evaluating models.

---Original--- From: @.> Date: Fri, Sep 8, 2023 14:42 PM To: @.>; Cc: "Ordinary @.>;"State @.>; Subject: Re: [YaoleiQi/DSCNet] some questions about dataset process (Issue#11)

Yes, training uses random cropping and testing uses regular cropping

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>