Closed neouyghur closed 5 years ago
Hi neouyghur,
It's not a bug. Line 148 to 163 are for detection results, and the result format should be final coordinates x1,y1,x2,y2,...,xn,yn (see Readme.md under tools/ctw1500_evaluation/). Therefore there is not need to apply offset. Line 171 to 175 are for GT processing.
If you have any confusion, please feel free to let me know. Thanks for your attention.
Regards, yl
Hi @Yuliang-Liu I changed the demo.py for extracting curve bounding boxes of a different dataset. I set the output format as your input format. According to your comment, the output format is different from the input format. Is that correct? In this case, the code does not have a bug. However, using different formats for the same purpose in the same project will cause misunderstanding.
Thanks for your replying.
That's right. The output format is different from the input format.
Thanks for the comment. I will update Readme to make this clearer.
In voc_eval_polygon.py line 148 to 163 you have not applied offset as you did from171 to 175. Do you think it is a bug?
I can't evaluate my results without changing the part. I changed it like that