nvidia@ubuntu:~/Desktop/HXB/11-3/YOLOv8-TensorRT-CPP/build$ ./detect_object_image --model /home/nvidia/Desktop/HXB/11-3/yolov8n_32.onnx --input /home/nvidia/Desktop/HXB/11-3/bus2.jpg
Searching for engine file with name: yolov8n_32.engine.NVIDIATegraX2.fp16.1.1
Engine not found, generating. This could take a while...
terminate called after throwing an instance of 'std::runtime_error'
what(): Error: Unable to build the TensorRT engine. Try increasing TensorRT log severity to kVERBOSE (in /libs/tensorrt-cpp-api/engine.cpp).
Aborted (core dumped)
nvidia@ubuntu:~/Desktop/HXB/11-3/YOLOv8-TensorRT-CPP/build$ ./detect_object_image --model /home/nvidia/Desktop/HXB/11-3/yolov8n_32.onnx --input /home/nvidia/Desktop/HXB/11-3/bus2.jpg Searching for engine file with name: yolov8n_32.engine.NVIDIATegraX2.fp16.1.1 Engine not found, generating. This could take a while... terminate called after throwing an instance of 'std::runtime_error' what(): Error: Unable to build the TensorRT engine. Try increasing TensorRT log severity to kVERBOSE (in /libs/tensorrt-cpp-api/engine.cpp). Aborted (core dumped)