You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
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.