Open TekayaNidham opened 2 years ago
I guess you can add the anchor ratios from [0.5, 1.0, 2.0]
to [1/7.0, 0.5, 1.0, 2.0, 7.0]
.
@yangxue0827 Do you have any good suggestion?
changing it to those specific ratios didn't help can you tell me how those ratios works so i can maybe try multiple combinations
We will generate different ratios' anchors according to it. And you could refer to https://github.com/open-mmlab/mmdetection/blob/56e42e72cdf516bebb676e586f408b98f854d84c/mmdet/core/anchor/anchor_generator.py#L151
Thank you so much for your contributions.
I'm trying to train model to detect architectural objects and none of the models i train seems to detect long and thin object (as illustrated in the attached image).
Already tried the following architectures :
and none of these exceeded 0.4 mAP for that specific class.
Do you have any architecture recommendation or a change in the config i can do to improve my results?