wondervictor / WiderFace-Evaluation

Python Evaluation Code for Wider Face Dataset
MIT License
168 stars 42 forks source link

create a package #18

Open msinamsina opened 9 months ago

msinamsina commented 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.