vdurnov / xview2_1st_place_solution

1st place solution for "xView2: Assess Building Damage" challenge.
MIT License
84 stars 42 forks source link

Which model is the best one? #6

Open Feiyu-Chen-THU opened 4 years ago

Feiyu-Chen-THU commented 4 years ago

Thanks to your excellent work! looks like you use several models separately (ResNet34, SeNet154...). May I ask which one has the best results? i.e., from which model does the 1st place score on xview2 leaderboard resulted from?

Feiyu-Chen-THU commented 4 years ago

Another question: it seems that there is no script for score calculating (the f1 values) in your code. Is this because they are automatically calculated by xview2 challenge after submission of predicted images? Maybe a silly question since I'm not familiar with xview2 challenge before.

Feiyu-Chen-THU commented 4 years ago

For the first question, now I get that the average values of the models' prediction are used for submission, as in create_submission.py. Sorry for that!