cntk-python-web-service-on-azure icon indicating copy to clipboard operation
cntk-python-web-service-on-azure copied to clipboard

Solution to ImportError: No module named 'utils.cython_modules.cpu_nms'

Open bartkowiaktomasz opened this issue 7 years ago • 0 comments

As mentioned in: ImportError: No module named 'utils.cython_modules.cpu_nms' If you are trying to run the application on Linux (under Python 3.5), make sure to rename the files: cpu_nms.cpython-34m.so to cpu_nms.so and cython_bbox.cpython-34m.so to cython_bbox.cpython

bartkowiaktomasz avatar Feb 03 '18 18:02 bartkowiaktomasz