Hi everyone,
Background
I have trained a model for detecting cars from orthophoto involving only land area.
However, it also wrongly detects ships as "cars" when I applied it to coastal area.
I have limited time to run variation of "training".
I am using mask RCNN in my training.
Q1. Do "Train Deep Learning Model" GP use unlabeled tiles as background?
Q2. So will it help reducing treating ships as cars if I adding unlabeled tiles with ships?
Q3. I see Output No Feature Tiles option in Export Training Data For Deep Learning.
Will it be useful if I use it to generate background image? I am afraid it will much increase my training time.
Thank everyone for helping with these concept.