YOLOv5-LibTorch
YOLOv5-LibTorch copied to clipboard
Real time object detection with deployment of YOLOv5 through LibTorch C++ API
Only Run on CPU....... How to run on GPU?
When i run make, it returns a linking error. /usr/bin/ld: CMakeFiles/YOLOv5LibTorch.dir/src/YOLOv5LibTorch.cpp.o: in function `main': YOLOv5LibTorch.cpp:(.text.startup+0xed7): undefined reference to `cv::putText(cv::_InputOutputArray const&, std::string const&, cv::Point_, int, double, cv::Scalar_, int, int, bool)' /usr/bin/ld:...
jittrace总是报错 请问怎么回事
- README now has almost the same link, except this version of LibTorch library claims to comply to cxx11 ABI, so it might fix "Undefined reference to `cv::imread`" type of...
Hi, i get a problem when i use my model to inffer. I converted the official yolov5s.pt to yolov5s.torchscript.pt by export.py , but it cannot work in your code, and...