milesial / Pytorch-UNet

PyTorch implementation of the U-Net for image semantic segmentation with high quality images
GNU General Public License v3.0
9.01k stars 2.47k forks source link

question about ‘data’ #458

Open WenBingo opened 1 year ago

WenBingo commented 1 year ago

I run the code of ' bash daownload_data.sh' by the Git , but i get wrong in blow.

unzip: cannot find or open train_masks.zip, train_masks.zip.zip or train_masks.zip.ZIP. mv: cannot stat 'train_masks/*': No such file or directory rm: cannot remove 'train_masks': No such file or directory rm: cannot remove 'train_masks.zip': No such file or directory

DDDDq01 commented 1 year ago

i've got a same error,could you plz tell me how to solve it?

WenBingo commented 1 year ago

在kaggle中弄API(百度一下就行),输入账户和API,如果之前胡乱输入过,你检查C:\Users\Bin.kaggle 将kaggle.json删除再次运行即可。如果还是不行,就自己找作者的数据集下载就行

SamantaBelen commented 8 months ago

Maybe this is the solution: https://github.com/Kaggle/kaggle-api/issues/521#issuecomment-1848627884