WenmuZhou / PAN.pytorch

A unofficial pytorch implementation of PAN(PSENet2): Efficient and Accurate Arbitrary-Shaped Text Detection with Pixel Aggregation Network
Apache License 2.0
417 stars 112 forks source link

The order of label cordinates in different dataset #27

Open BaijingML opened 4 years ago

BaijingML commented 4 years ago

I noticed the author make some cordinates changes with ICDAR2015 dataset in util.py with "order_points_clockwise" fuction, could you kindly explain the reason for this? I known the ICDAR2015 dataset has the clockwise label, why did you apply this fuction? I read the Total-Text dateset paper, could not find any discription about the clockwise label. Do we need to do this kind of changes with the Total-Text dataset?

mrwu-mac commented 4 years ago

Were you train Total-Text successfully?Could you please tell me what changes to code need I do? I want to train ICDAR2019Art dataset, but I find that the coordinates of the polygon bounding boxes of the dataset, which could be 4, 8, 10, 12 polygon vertices.

BaijingML commented 4 years ago

Were you train Total-Text successfully?Could you please tell me what changes to code need I do? I want to train ICDAR2019Art dataset, but I find that the coordinates of the polygon bounding boxes of the dataset, which could be 4, 8, 10, 12 polygon vertices.

Sorry, I didnot finish the training of total-text, but there must be lots of changes to be done. Good Luck : ).

Akshay-Ijantkar commented 4 years ago

I noticed the author make some cordinates changes with ICDAR2015 dataset in util.py with "order_points_clockwise" fuction, could you kindly explain the reason for this? I known the ICDAR2015 dataset has the clockwise label, why did you apply this fuction? I read the Total-Text dateset paper, could not find any discription about the clockwise label. Do we need to do this kind of changes with the Total-Text dataset?

Same Question