Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Python 3.6 support issue with fastRCNN #24

Open
dashesy opened this issue Aug 9, 2017 · 1 comment
Open

Python 3.6 support issue with fastRCNN #24

dashesy opened this issue Aug 9, 2017 · 1 comment

Comments

@dashesy
Copy link

dashesy commented Aug 9, 2017

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
Copy link

codeslord commented Sep 7, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants