We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
首先第一步检查一下tfrecord保存路径是否正确,如果正确,但是生成的文件为0kb,那么再检查一下保存的路径以及文件名称是否都是双引号,因为我在windows10运行此代码的时候发现,win10需要将那部分改成双引号才可以保存不为空。例如:
python convert_data_to_tfrecord.py --VOC_dir="/PATH/data/VOCdevkit/VOCdevkit_train/" --save_name="train" --xml_dir="Annotations" --image_dir="JPEGImages" --img_format=".jpg" --dataset="mydata"
Sorry, something went wrong.
检查路径。路径错了,生成为空
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: