I have been training the object detection API on my own dataset of PASCAL VOC 2012 format.
After 5 days and 8k+ steps of training, the model was able to learn all of my desired classes with exception to one: resetButton.
A glimpse into the produced graphs, the mAP for resetButton lifts off but then drastically falls back down and keeps exhibiting this pattern onwards. The training was done from scratch without any pre-loaded models with faster_rcnn_resnet152 as the feature_extractor.
My loss function has been fluctuating between 0.2-1.6 and the reason I'm still even letting it run is hoping that the resetButtonmAP will finally lift off. At this point I feel like I'm over-fitting all of my other categories as their respective mAP have already converged.
This question is better asked on StackOverflow since it is not a bug or feature request. There is also a larger community that reads questions there. Thanks!
I have been training the object detection API on my own dataset of PASCAL VOC 2012 format. After 5 days and 8k+ steps of training, the model was able to learn all of my desired classes with exception to one: resetButton.
A glimpse into the produced graphs, the mAP for resetButton lifts off but then drastically falls back down and keeps exhibiting this pattern onwards. The training was done from scratch without any pre-loaded models with
faster_rcnn_resnet152
as the feature_extractor.My loss function has been fluctuating between 0.2-1.6 and the reason I'm still even letting it run is hoping that the resetButton mAP will finally lift off. At this point I feel like I'm over-fitting all of my other categories as their respective mAP have already converged.
Any reason why this is happening?
Precision First Graph Precision Second Graph Precision Third Graph Precision Fourth Graph General Precision Graph
Pipeline Configuration