Delete widerface_evaluate/setup.py
Browse files- 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]))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|