DIUx-xView / xview3-reference

Reference data processing code and model for the xView3 prize challenge.
Other
44 stars 27 forks source link

Fix bug in fishing precision computation #4

Closed favyen2 closed 3 years ago

favyen2 commented 3 years ago

Fix bug in metric.py where false positives were ignored when computing fishing class performance (precision was always 1.0). Now they are correctly accounted for as in compute_vessel_class_performance.

jdunnmon commented 3 years ago

I agree this looks like it should be fixed. We're testing a tweak here that's slightly more robust than the proposed fix, aim to have it up soon. @favyen2 thanks for posting the issue!

RitwikGupta commented 3 years ago

Closing in favor of #5