YOLOv8-TensorRT Jetson 项目地址:https://github.com/triple-Mu/YOLOv8-TensorRT/blob/main/docs/Jetson.md
文档地址:https://github.com/triple-Mu/YOLOv8-TensorRT/blob/main/docs/Jetson.md
注意 engine 文件不跨平台,只能在对应的平台上运行
出现下面的错误,要么是engine文件不是本机编译的,要么engine文件的路径错了,建议在代码中判断engine文件路径是否正确,同时把路径打印出来
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
已放弃 (核心已转储)
注意必须要文档地址中用下面命令生成的 onnx 文件,否则会报错
python3 export-det.py --weights yolov8s.pt --sim