Azure / ObjectDetectionUsingCntk

Fast R-CNN Object Detection on Azure using CNTK
129 stars 61 forks source link

Linux Implementation #32

Open abhikr360 opened 6 years ago

abhikr360 commented 6 years ago

Hi, Can you guide how to run this code on linux system

DaveVoyles commented 6 years ago

Doesn't look like you are able to at the moment. The first script, 1_computeRois.py requires the Windows Cython libraries.

If you try to run it on a Linux Azure VM it returns:

ImportError: No module named 'fastRCNN.utils35_win64.cython_bbox'