We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cocoapi/lvis/lvis/eval.py
Lines 357 to 358 in 01f805c
As descriped at upstream:
np.float was a deprecated alias for the builtin float. To avoid this error in existing code, use float by itself.
np.float
float
see also lvis-dataset/lvis-api#37
The text was updated successfully, but these errors were encountered:
python-mmlvis: fix open-mmlab/cocoapi#29
e90f60b
cocoapi/pycocotools/pycocotools/cocoeval.py
Lines 410 to 411 in 01f805c
These lines also need updating.
Sorry, something went wrong.
python-mmpycocotools: fix open-mmlab/cocoapi#29
e7f2388
No branches or pull requests
cocoapi/lvis/lvis/eval.py
Lines 357 to 358 in 01f805c
As descriped at upstream:
see also lvis-dataset/lvis-api#37
The text was updated successfully, but these errors were encountered: