WeiZongqi / CG-Net

Learning Calibrated-Guidance for Object Detection in Aerial Images
Apache License 2.0
58 stars 15 forks source link

mAP #7

Open mmoghadam11 opened 2 years ago

mmoghadam11 commented 2 years ago

hi tnx for puting pth file link i used google colab for testing them it gives tesla t4 graphic card

  1. i installed pythorch 1.1 and test your baseline res101 pth https://drive.google.com/file/d/1VU4owAoUSfXGT0pxQdye9hEVHLLpTVzO/view?usp=sharing
  2. after getting .pkl file and transforming results i get 3 folder and i zip Task1_results_nms and post for evaluation but i get this aps: mAP: 0.3733905671275838 ap of each class: plane:0.5327755102420805, baseball-diamond:0.2727272727272727, bridge:0.43349424196751235, ground-track-field:0.14393939393939395, small-vehicle:0.24720080996134897, large-vehicle:0.2587558692501386, ship:0.6995540225796933, tennis-court:0.5415296696817145, basketball-court:0.3157765610096118, storage-tank:0.09090909090909091, soccer-ball-field:0.18594385620726467, roundabout:0.16136363636363638, harbor:0.6924949948674773, swimming-pool:0.620672825385503, helicopter:0.4037207518220176

its more fewer than paper and table that you put it on first page

where is my error??

WeiZongqi commented 2 years ago

Hi, after transforming results, you also need to add 'Task1_' before each class file, like 'Task1_plane.txt', you can try it again.