Azure / ObjectDetectionUsingCntk

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

Python 3.6 support issue with fastRCNN #24

Open dashesy opened 7 years ago

dashesy commented 7 years ago

If cython_bbox and cython_nms where in .pyx format we could just compile for any version of Python (or use pyximport if the code has no dependencies) instead of including the dll (pyd is dll) inside the repo.

codeslord commented 6 years ago

Good suggestion, but to make things easier, Made PR #37 with updated utils for Python 3.6, once they merge it the issue will be gone.