msight-tech / research-charnet

CharNet: Convolutional Character Networks
Other
610 stars 142 forks source link

What's the results of the given trained weights for ICDAR2015? #10

Closed MingzhouZhang closed 4 years ago

MingzhouZhang commented 4 years ago

Following the description, I download the trained weights, then test and evaluate on the detetion datasets of IC15. The results seems strange as follow: precision: 0.966, recall: 0.744, hmean: 0.841 Is the result correct? Thanks for your reply.

sisrfeng commented 4 years ago

Hi! Do I need an Australian insitution's account to download the weights from https://cloudstor.aarnet.edu.au/ ? Thank you!

MingzhouZhang commented 4 years ago

@sisrfeng I just run the bash file and don't create any account.

sisrfeng commented 4 years ago

thank you!

mscottml commented 4 years ago

You can download the weights directly, without any account.

mscottml commented 4 years ago

@ZhouEnjoysL Note that the codes and models were provided for reimplementing E2E results on ICDAR 2015. For detection results, please directly use the outputs of the detection branch.

Quanyin-li commented 4 years ago

Hello, have you solved this problem? I also want to test the performance of charnet and use it to run ICDAR2015 and Total_text, but I am a beginner and ca n’t do it. Can you teach me? Thank you.