change directory of YOLOv3-ResNet18 and SSD from model_zoo to model_zoo/official/cv

This commit is contained in:
chengxianbin 2020-07-21 20:16:45 +08:00
parent 28c8a5cc26
commit 8fc545d40b
22 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ def main():
data_to_mindrecord_byte_image(args_opt.image_dir,
args_opt.anno_path,
args_opt.mindrecord_dir,
prefix=prefix,
file_num=8)
prefix,
8)
print("Create Mindrecord Done, at {}".format(args_opt.mindrecord_dir))
else:
print("image_dir or anno_path not exits.")