I am training an object detector using mxnet/resnet50 After the last training run the mAP was 78%, and the loss was 0.37 When I run the detector on my test set (independent of train/val data) I am getting false positives result - with some rather high 30-60% confidence levels. I think I need to add some train/val images that do not have ANY of the objects i'm training the detector for.
I'm planning on adding about 20% more images that have a label of -1 -- which I read somewhere is how you designate an image having no label in mxnet.
Does this seem reasonable? is -1 the right way to designate it? any downside? Thanks, john