DeepGlobe-Road-Extraction-Challenge icon indicating copy to clipboard operation
DeepGlobe-Road-Extraction-Challenge copied to clipboard

D-LinkNet: LinkNet with Pretrained Encoder and Dilated Convolution for High Resolution Satellite Imagery Road Extraction

Results 30 DeepGlobe-Road-Extraction-Challenge issues
Sort by recently updated
recently updated
newest added

我使用Massachusetts数据集进行训练的时候出现该报错,应该如何解决啊

我想使用Massachusetts数据集进行训练,但是Massachusetts数据集中的图片格式是.tiff格式,我尝试自己修改了部分代码,但是依然报错,请问应该怎么修改相关部分?

您好,UNet多次修改学习率(e-3/-4/-5/-6/-7) 训练,但是预测结果图全黑,请问 该怎么办呢? 按照网上说的方法修改后,还是全黑。只有lr=e-6,epoch=200时预测结果显示,但是效果非常不好!

我能看看你的init里面的程序吗

Hello, I have a question when running Python3 train.py, here is the error: Traceback (most recent call last): File "train.py", line 39, in num_workers=4) File "/home/ev1-ws4/anaconda3/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 176, in init...

The label image will be read as NoneType when running this line: `mask = cv2.imread(os.path.join(root+'{}_mask.png').format(id), cv2.IMREAD_GRAYSCALE)` Maybe it should be changed like this: `mask = cv2.imread(os.path.join(root, '{}_mask.png').format(id), cv2.IMREAD_GRAYSCALE)`