Am trying tensorflow object detection on a custom dataset, for some reason my model is not learning anything here is a list of what i tried
i tried training pet data set from Oxford-IIIT Pet Dataset as in here. It worked as expected
Now i followed this tutorial to train my own dataset ( for testing am just using images of monkeys)
but unfortunately my model is not learning anything
Info : am training on google could platform as in this tutorial. My configuration pipeline config, my pbtxt.
I created annotations using Labelimg
EDIT
No actual detection is seen even after 6hrs of training in google cloud platform
and no increase in Precision is seen.
EDIT 2
link to dataset. I have not used all the images in this dataset as some of them were irrelevant, I have used only the images which i have annotated.
nms_threshold. not sure exactly what's wrong. - Ishant Mrinal