You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the config below is the configuration in train/test_pipeline, model will see cropped image in training, but will see the whole image.
So, there's huge gap in understanding the scene (if crop_size and img_scale are significantly different.)
So, when I train model with SOLOV2 and HTC, performance is miserable. (less than 0.1 recall)
However, Mask-RCNN give decent output (more than 0.6 recall).
I think that Mask-RCNN give good result because the original paper included "RandomCrop".
What makes this difference?
[In mmseg, there's test_cfg = dict (mode='slide', crop_size= ... ), can this method applied to detection (instance segmentation) model?]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
If the config below is the configuration in train/test_pipeline, model will see cropped image in training, but will see the whole image.
So, there's huge gap in understanding the scene (if crop_size and img_scale are significantly different.)
So, when I train model with SOLOV2 and HTC, performance is miserable. (less than 0.1 recall)
However, Mask-RCNN give decent output (more than 0.6 recall).
I think that Mask-RCNN give good result because the original paper included "RandomCrop".
What makes this difference?
[In mmseg, there's test_cfg = dict (mode='slide', crop_size= ... ), can this method applied to detection (instance segmentation) model?]
Here's te example of pipeline.
Beta Was this translation helpful? Give feedback.
All reactions