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

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

Results 2 cntk-python-web-service-on-azure issues
Sort by recently updated
recently updated
newest added

Hello, I'm new with Azure webapps and i'm trying to create a webservice that uses OpenCV libraries in Python and prints out some results. So far, I have the webapp...

question

As mentioned in: [ImportError: No module named 'utils.cython_modules.cpu_nms'](https://github.com/Microsoft/CNTK/issues/2705) 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`...

Linux