bubbliiiing / deeplabv3-plus-pytorch

这是一个deeplabv3-plus-pytorch的源码,可以用于训练自己的模型。
MIT License
919 stars 164 forks source link

gbk报错 #74

Open BaronDuan opened 1 year ago

BaronDuan commented 1 year ago

为什么我没有使用中文路径,还是报'gbk'的错 例如:jpgs_path = "E:\deeplabv3-plus-pytorch-main\deeplabv3-plus-pytorch-main\datasets\JPEGImages" #输出的原图位置 pngs_path = "E:\deeplabv3-plus-pytorch-main\deeplabv3-plus-pytorch-main\datasets\SegmentationClass" #输出的标签图位置 count = os.listdir("E:\deeplabv3-plus-pytorch-main\deeplabv3-plus-pytorch-main\datasets\before") #原图及json文件位置 for i in range(0, len(count)): path = os.path.join("E:\deeplabv3-plus-pytorch-main\deeplabv3-plus-pytorch-main\datasets\before", count[i]) 运行不了json_to_dataset

bubbliiiing commented 1 year ago

截图看看0 0

BaronDuan commented 1 year ago

已经解决了,但是出现了新的问题,显示一直找不到文件FileNotFoundError: [Errno 2] No such file or directory: 'E:\deeplabv3_plus_pytorch_main_1\VOCdevkit/VOC2007/JPEGImages\video.jpg',这是在运行train.py里中报的错,我的文件路径是 r"E:\deeplabv3_plus_pytorch_main_1\VOCdevkit",应该没错

bubbliiiing commented 1 year ago

额,你没有这个文件应该0 0

BaronDuan commented 1 year ago

谢谢博主的回答,我后来发现问题了,文件存在,但是是标记时标签名打的是中文,最后也解决了,但是就是报错找不到文件,然后换成unet跑了。

bubbliiiing commented 1 year ago

OK