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

Fix numpy.float64 cannot be safely interpreted as an integer issue #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

youngpark
Copy link

Fix numpy.float64 cannot be safely interpreted as an integer issue with changes from commit: cocodataset/cocoapi@6c3b394

This change is required as with the release of numpy 1.18, numpy now throws an error when a floating point value is passed as the num argument in numpy.linspace()

Relevant upstream PR: cocodataset#354

@gautamchitnis
Copy link

@youngpark please take a look at https://github.com/gautamchitnis/cocoapi cocodataset-master Branch

I'm planning on maintaining that fork as much as I can as I'm using cocoapi on my daily project work on windows. If you want me to make any changes for you to be able use that fork further, feel free to open issues.

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

Successfully merging this pull request may close these issues.

2 participants