vijendra1125/Custom-Mask-RCNN-Using-Tensorfow-Object-Detection-API

Where is train.record?

Closed this issue · 1 comments

@vijendra1125
Thanks for your great works.
I run the file named "create_mask_rcnn_tf_record.py" and it saves the following file:
"data-00000-of-00001", as I see in your repo.

but where is train.record?
From your config file I see the line:
input_path: '/content/drive/learning/DL/projects/object_detection/multiple_object_mask/dataset/train.record'
So How can I get it?
Would you give some suggestion please?

you may rename data-00000-of-00001 to train.record and it will be working fine for training.