hongywei commited on
Commit
25d4c91
1 Parent(s): 6d5cf07

Delete widerface_evaluate/setup.py

Browse files
Files changed (1) hide show
  1. widerface_evaluate/setup.py +0 -13
widerface_evaluate/setup.py DELETED
@@ -1,13 +0,0 @@
1
- """
2
- WiderFace evaluation code
3
- author: wondervictor
4
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]))