thograce
thograce
> Thank you @eragonruan. I resolved the problem. Could you tell me how to solve this problem?@hcnhatnam
> Where to find the training set of edge image The training set [download link (Google Drive)](https://drive.google.com/file/d/1Kifp7I0n9dlWKXXNIbN7kgyokoRY4Yz7/view?usp=sharing) already contains the edge images. Please check the Edge folder after downloading and...
> i see that the input channel of the pretrained model is the gray image,why selecting the gray image to train the model ,if using the rgb image to train...
> Did you used Res2Net pretrained on ImageNet as a backbone ? But the input size of the Res2Net which pretrained on ImageNet is 224x224. The input size in your...
> Hi, I notice that the repo does not contain the training code. Can you upload the code used for training the model please? Thank you so much! I'm sorry...
> Hi, I notice that the repo does not contain the training code. Can you upload the code used for training the model please? Thank you so much! Training code...
> Hi, Is the resolution of all input pictures 352*352? The images of the training set and the testing set have different resolutions, but after loading them, the resolution is...
> OK, thanks for your help! The last reply was wrong. I just remembered the reason. I use multi-scale input instead of data enhancement, which is also explained in the...
> OK, thanks for your help! During the testing stage, all input images are 352x352.
> > OK, thanks for your help! > > The last reply was wrong. I just remembered the reason. I use multi-scale input instead of data enhancement, which is also...