-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download link in gen.py not working #1
Comments
|
OK The link you posted in your reply works - I got the data...
|
Great. Thank you! |
@ankush-me Hello,I download data from Google Drive.But when i run gen.py,it have TypeError:
I don't know how to fix it.Can you help me ? |
It seems that the update to NumPy breaks indexing by floats. place_mask = 255*np.ones((int(np.ceil(COL))+pad,int(np.ceil(ROW))+pad),'uint8') |
@ankush-me Thanks,it can work now.And if want to create my own data set,I must do that:
is it? |
Yes, correct. |
Hello, I am having trouble creating my own data set. The link to example data seems to be no longer working...
DATA_URL = 'http://www.robots.ox.ac.uk/~ankush/data.tar.gz'
Question related to the textspotter demo http://zeus.robots.ox.ac.uk/textspot/
Is this demo using your "FCRNall + multi-filt" model ? Is the code for this model available ?
Thank you
The text was updated successfully, but these errors were encountered: