Zhihao Chen
Zhihao Chen
之前是别的组发我的,我近期会上传到git上
I update some file. The old file is the ablation version and i modify it.
这个算是一个代码草稿,有些地方有些冗余。比方说from dataloaders.ISIC import ISIC,这是其他的一个数据集,你要是没有这个数据集当然就会报错,这行删掉就可以了, 像resnext_101_32_path = '/media/data/chenzhihao/code/MTMT/backbone_pth/resnext_101_32x4d.pth'这样的问题就是改个路径就可以了。 另外,放这个代码出来主要是之前有人需要看一下mean-teacher部分的实现,主要关注那一块即可,因为中间修改的地方太多,我自己删了一部分然后release出来剩下的,可能会产生一下冗余和小bug,见谅。
A1: I will upload SBU dataset soon. A2: You can use this code to generate your edge mask.(https://github.com/JXingZhao/EGNet/blob/master/sal2edge.m)
嗯嗯,这里没区别,这个是代码的历史遗留问题,当时做实验时候留下来的痕迹没有完全清除
我已经更新了,我上传的时候漏掉了一个函数,不好意思
Thank you for your advice, I will update it.
I do not think so. Compared to U-Net, it more like the variant of FPN.
Thanks for your reminder!I will modify it.
You can use this code to generate your edge mask.(https://github.com/JXingZhao/EGNet/blob/master/sal2edge.m)