karolzak / cntk-python-web-service-on-azure

This sample project shows off how to prepare and deploy to Azure Web Apps a simple Python web service with an image classifying model produced in CNTK (Cognitive Toolkit) using FasterRCNN
MIT License
26 stars 18 forks source link

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

Open bartkowiaktomasz opened 6 years ago

bartkowiaktomasz commented 6 years ago

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