Open CallumMoscrip opened 6 years ago
I have a similar issue. Changing RPN_ANCHOR_SCALES produces 261120 anchors. But the saved model (finetuned from mscoco with the same config) searches for 261888 anchors. Could it be that the pretrained RPN model produces anchors for RPN_ANCHOR_SCALES=(32, 64, 128, 256, 512) ?
Hi. I have the same problem. Could you find any solutions @CallumMoscrip @pstalidis ??
@kenanozturk I trained the model from scratch.
I am having issues training on my own dataset, I have 4 classes and the images are 640 x 640 which are then padded up to 1024 using "square". the problem is that i have adjusted the Backbone strides and the RPN Anchor scales to suit my data, this is made up of large objects approx 300-500 pixels square. once the network is trained i cannot evaluate it, when i use inspect model it tells me that i have 9666 anchors and i get this error message.
InvalidArgumentError Traceback (most recent call last)