I have trained tensorflow object detection api on my own dataset with 1 class using rfcn_resnet101 model. Firstly I used the raccoon dataset and trained for 264600 times and the detection result is weird, it can detect the object, but there are some other little boxes around the right box.
Then I use another dataset containing one class,and there are 80000 images in the dataset, I met the familiar phenomenon. I am very confused.
Have anyone ever met the same situation? What can I do to solve this problem? Thanks in advance!