This is a Large-Scale SAR Ship Detection Dataset-v1.0 (LS-SSDD-v1.0) from Sentinel-1, for small ship detec-tion under large-scale backgrounds. LS-SSDD-v1.0 contains 15 large-scale SAR images whose ground truths are correctly labeled by SAR experts by drawing support from Automatic Identifica-tion System (AIS) and Google Earth. To facilitate network training, the large-scale images are directly cut into 9,000 sub-images without bells and whistles, providing convenience for subsequent detec-tion result presentation in large-scale SAR images.
Apache License 2.0
64
stars
11
forks
source link
Can the author provide more network details of MMDetection configuration file? #3
This is my faster_rcnn_r50_fpn_1x_LSSSDD.py config file,got this result:
If I change the anchor scale to 4:
The AP got better but with many false alarm:
There was a big difference between this result and the one in the paper. Increasing the training epoch doesn't work.
Could you tell me what's the problem with this config file? Thanks.