CAPTAIN-WHU / DOTA_devkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible bug in dota_evaluation_task2.py

makefile opened this issue · comments

I think there is a bug at dota_evaluation_task2.py start from Line 32.
In function parse_gt the bbox coordinate is got from quadrangle box index of 0,1,4,5 instead of the bounding rectangle (xmin ymin, xmax, ymax).

On our evaluation server, the ground truth of task2 is converted to be the 4 coordinates of the axis-aligned bounding box of the original annotation. So it is correct. You can visulize the Task2_gt to confirm it.

Yeah, I see. I didn't know there is a Task2_gt before.