Commit
•
50b47e8
1
Parent(s):
6d5cf07
Delete widerface_evaluate/setup.py (#10)
Browse files- Delete widerface_evaluate/setup.py (25d4c914fe0e08556a260ce4c3f990ddf0a01061)
Co-authored-by: Hongyang Wei <hongywei@users.noreply.huggingface.co>
- widerface_evaluate/setup.py +0 -13
widerface_evaluate/setup.py
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
"""
|
2 |
-
WiderFace evaluation code
|
3 |
-
author: wondervictor
|
4 |
-
mail: tianhengcheng@gmail.com
|
5 |
-
copyright@wondervictor
|
6 |
-
"""
|
7 |
-
|
8 |
-
from distutils.core import setup, Extension
|
9 |
-
from Cython.Build import cythonize
|
10 |
-
import numpy
|
11 |
-
|
12 |
-
package = Extension("bbox", ["box_overlaps.pyx"], include_dirs=[numpy.get_include()])
|
13 |
-
setup(ext_modules=cythonize([package]))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|