Open msinamsina opened 9 months ago
In this update, setup.py is modified and it can be installed using pip. additionally, a bug is fixed: the Numpy package doesn't have a float attribute in the new version of it. you can use np.float32 instead of np.float in box_overlaps.pyx.
float
np.float32
np.float
In this update, setup.py is modified and it can be installed using pip. additionally, a bug is fixed: the Numpy package doesn't have a
float
attribute in the new version of it. you can usenp.float32
instead ofnp.float
in box_overlaps.pyx.