geek-APTX4869
geek-APTX4869
> Hi @rezashaemi , you can download the preprocessed data from baidu netdisk: https://pan.baidu.com/s/1HAB5AMV8gqgoi5joUFdpVQ?pwd=5iud REFUGE20验证集有400张图片,但链接只有120张?
> I've checked. There are four folders, each folder having 400 images. all the `test.list` have 120 lines
> Solved, thank you for opening up the source code! I still haven't found it
> 你用是数据集输入是.tif格式吗,如果是的话我建议先转成png格式。我根据你的报错猜测是targets也就是label你读取的是 batch x 256 x 256 x 3格式,而网络输出的是 batch x 1 x 256 x 256, 所以推断你的label在数据集创建的时候有问题,看一下是否在dataloader的时候运行正常。 mask = io.imread(mask_path)读取出的是3维
ERROR: Could not build wheels for natten, which is required to install pyproject.toml-based projects