cntk-python-web-service-on-azure
cntk-python-web-service-on-azure copied to clipboard
Solution to ImportError: No module named 'utils.cython_modules.cpu_nms'
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