FurkanOM / tf-faster-rcnn

Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Apache License 2.0
94 stars 61 forks source link

数据集下载 #5

Open man5586132 opened 4 years ago

man5586132 commented 4 years ago

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 commented 4 years ago

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

MC1016 commented 3 years ago

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

zkbaba commented 3 years ago

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

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