HungDuong
HungDuong
Hi @gafrom, have you figure it out? This work around is good or not? I'm facing the same issue with my jetson nano.
GPU has its acceleration advantages to overcome the lackpack missing but you need to configure it manually as it is not yet supported by default. If you can do, please...
Thanks for sharing, on trying to reproduce your result with: `python3 setup.py gen_protos && python3 setup.py bdist_wheel build --link-opencv` I encounter this error: `fatal error: opencv2/core/version.hpp: No such file or...
Modifying `"BUILD_SHARED_LIBS": "ON" if OPENCV_SHARED_LIBS else "OFF",` to `"BUILD_SHARED_LIBS": "ON",` Indeed made the build success somehow. But the inference speed is the same on using gpu with or without lapack...