Skip to content
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

Can you please guide me about how can I run this source code on windows 10? #1

Open
AminaBinteTariq opened this issue Sep 3, 2020 · 1 comment

Comments

@AminaBinteTariq
Copy link

AminaBinteTariq commented Sep 3, 2020

Hey!
imresize is deprecated in SciPy 1.0.0, and will be removed in 1.3.0 can you please tell an alternative for:
if imscale!=imsize:
image_np = scipy.misc.imresize(image_np, size=(imsize, imsize), interp='bilinear')
annotation = scipy.misc.imresize(annotation, size=(imsize, imsize), interp='bilinear')

in process_record.py. Thank you!

@jingdao
Copy link
Owner

jingdao commented Sep 8, 2020

Thank you for pointing out the issue! The code has been updated to use the PIL library for image operations. Please refer to commit 98aca05.

Hope this works for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants