Rareplanes model weights:

June 15, 2020 ยท View on GitHub

Models

We are using two models, Faster-RCNN and Mask-RCNN. The models configurations are available here and here.

Codebase

We are using the Detectron2 library for our experiments. Using the weights file and the COCOEvaluator class of the detectron2, one can replicate the results of the paper.

Performances

Faster RCNN

NameAttributebox mAPdownload
realaircraft73.32model
syntheticaircraft54.86model
fine_tuningaircraft69.16model
realrole68.21model
syntheticrole35.88model
fine_tuningrole63.10model

Mask RCNN

NameAttributemask mAPdownload
realaircraft73.67model
syntheticaircraft56.28model
fine_tuningaircraft70.51model
realrole69.57model
syntheticrole39.46model
fine_tuningrole67.11model