Mean-Average-Precision-for-Boxes
Mean-Average-Precision-for-Boxes copied to clipboard
AttributeError: module 'numpy' has no attribute 'str'
I think this error is fixed in repo but it is showing error whenever, i am calling map function in my code.
I think this error is fixed in repo but it is showing error whenever, i am calling map function in my code.
it does not work by pip
you can clone repo and use function:
!git clone https://github.com/ZFTurbo/Mean-Average-Precision-for-Boxes.git
import importlib
map_boxes = importlib.import_module("Mean-Average-Precision-for-Boxes.map_boxes.init")
mean_average_precision_for_boxes = map_boxes.mean_average_precision_for_boxes
If you use repo from pip - it doesn't have latest updates yet. I will add ASAP. Or you can install more older version of numpy.
I added release 1.0.6 in pypi. Now install from pip must works ok.