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

A sample project to build a custom Mask RCNN model using Tensorflow object detection API
https://medium.com/@vijendra1125/custom-mask-rcnn-using-tensorflow-object-detection-api-101149ce0765
MIT License
70 stars 34 forks source link

xmls and masks #1

Closed Sarvesh-Angadi closed 5 years ago

Sarvesh-Angadi commented 5 years ago

Hey,I was following your tutorial but i am not able to get about xmls and masks in annotation folder.

vijendra1125 commented 5 years ago

You will not get any xml file but just masks. Mask will be saved in the directory of image and then you need to move colored masks to annotation folder. Follow https://www.youtube.com/watch?v=tX-xcg5wY4U&t=171s

Sarvesh-Angadi commented 5 years ago

Yeah thanks,that helped.

On Mon, Dec 31, 2018, 23:18 Vijendra Singh notifications@github.com wrote:

You will not get any xml file but just masks. Mask will be saved in the directory of image and then you need to move colored masks to annotation folder. Follow https://www.youtube.com/watch?v=tX-xcg5wY4U&t=171s

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vijendra1125/Custom-Mask-RCNN-using-Tensorfow-Object-detection-API/issues/1#issuecomment-450673921, or mute the thread https://github.com/notifications/unsubscribe-auth/Af--HSo5wcEeGPZA7wq9ee-Bq4dd7ikfks5u-k3fgaJpZM4ZlMwL .

vijendra1125 commented 5 years ago

I am glad to know that it helped.