Closed czaloom closed 1 month ago
RuntimeWarning
np.floating
np.float64
object
np.bool_
type[...]
Type[...]
Issues
RuntimeWarning
in mAR and mAP computation due to removal of keys.Improvements
np.floating
withnp.float64
since the former sometimes raises warnings.Fixes
object
were being used in place ofnp.bool_
type[...]
should beType[...]
to not throw linting errors.