songdejia / EAST

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

Not able to find gt.zip on the given website #18

Open abhishekchopde opened 5 years ago

abhishekchopde commented 5 years ago

HI,

I am trying to make the EAST algorithm work and I am training on ICDAR 2015 dataset. However, I am not able to find the gt.zip file and also not able to understand if it only contains the ground_truths for train/test images. Can someone throw some light on this and help me understand this?

My code breaks at the point where it says There is no gt.zip(obviously) as I dont have the zip and dont know how to make one.

abhishekchopde commented 5 years ago

@songdejia I would really appreciate if you could help a bit.

Fabriceli commented 4 years ago

@abhishekchopde did you solve this problem?

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.