songdejia / EAST

This is a pytorch re-implementation of EAST: An Efficient and Accurate Scene Text Detector.
MIT License
574 stars 153 forks source link

Where to get the gt.zip #9

Open xbcReal opened 5 years ago

xbcReal commented 5 years ago

I found the code need use the gt.zip to measure the accuracy ,but i don't find the gt.zip in the link given by you ,could you please tell me how to do this?Thanks.

logodeeplearning commented 5 years ago

any update on this? not sure where gt.zip is.

Fabriceli commented 4 years ago

@logodeeplearning Did you solve this problem? Thanks

BobM-DS commented 3 years ago

That gt.zip is the gt files in folder called "Challenge4_Test_Task1_GT". You need zip it folder and rename to "gt.zip". Note: you need to check the name in gt files which are need to be same to test/***.jpg. Download link is https://rrc.cvc.uab.es/?com=downloads&action=download&ch=4&f=aHR0cHM6Ly9ycmMuY3ZjLnVhYi5lcy9kb3dubG9hZHMvQ2hhbGxlbmdlNF9UZXN0X1Rhc2sxX0dULnppcA==

BobM-DS commented 3 years ago

That gt.zip is the gt files in folder called "Challenge4_Test_Task1_GT". You need zip it folder and rename to "gt.zip". Note: you need to check the name in gt files which are need to be same to test/***.jpg. Download link is https://rrc.cvc.uab.es/?com=downloads&action=download&ch=4&f=aHR0cHM6Ly9ycmMuY3ZjLnVhYi5lcy9kb3dubG9hZHMvQ2hhbGxlbmdlNF9UZXN0X1Rhc2sxX0dULnppcA==

sry, all files in gt.zip need to rename as "gtimg*.jpg". I do like this and it works.