David Menéndez Hurtado
David Menéndez Hurtado
I get the same on Python 2.7, virtualenv too.
Just tested, still failing. I can try to upgrade it to setuptools and clean it up.
Travis is using an older Cython that doesn't support explicit relative imports. Upgrading it and retriggering.
Finally it works! I have bundled a bunch of things in this PR, but it was needed to make it work. Travis is using Eigen 3.0.5, but the installation fails...
I have squashed it into three logical commits, that I think will make it easiest to review. All tests pass locally and on Travis.
Don't worry, I understand. Better to get this right.
I get the same on Linux. It is because the timing module in the benchmark is not thread safe, and cannot be used inside `prange`. I am working on a...
I see both have been assigned to sushreebarsa. Sorry if it is too noisy!
You should expect a small degradation in performance because of some quantisation. But your scores are over 0.8, so it should be fine. Just to make sure, can you run...
Ultralytics can read onnx directly (pass the path to YOLO as you'd do with the .pt), it is worth a try to make sure you are doing the exact same...