Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据集下载 #5

Open
man5586132 opened this issue Jun 14, 2020 · 3 comments
Open

数据集下载 #5

man5586132 opened this issue Jun 14, 2020 · 3 comments

Comments

@man5586132
Copy link

dataset, info = tfds.load("voc/2007", split="train+validation",data_dir="D:/faster_voc2007",with_info=True),
一直提示创建不了目录
Failed to create a directory: D:/faster_voc2007\voc2007\1.0.0.incompleteSHSNAR; No such file or directory

@306404391
Copy link

需要把生成路径那个函数用os.path.join替代一下,就可以了,我是这样做的

@MC1016
Copy link

MC1016 commented Nov 7, 2020

需要把生成路径那个函数用os.path.join替代一下,就可以了,我是这样做的
您好,您是怎么准备数据集的呀?我总是提示数据集格式不对?

@zkbaba
Copy link

zkbaba commented Nov 17, 2020

需要把生成路径那个函数用os.path.join替代一下,就可以了,我是这样做的

大佬您好,我也一直跑不通这个代码。一直显示路径的问题,求大佬帮帮忙!!!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants