Melody-Zhou / tensorRT_Pro-YOLOv8

This repository is based on shouxieai/tensorRT_Pro, with adjustments to support YOLOv8.
MIT License
240 stars 40 forks source link

部署改进的v8模型的时候,make yolo报错 #20

Open Yi-hash1 opened 7 months ago

Yi-hash1 commented 7 months ago

image Segmentation fault (core dumped) Makefile:99: recipe for target 'yolo' failed make: *** [yolo] Error 139

设备:jetson nano 4GB 是因为算力不够吗,还是别的原因,求解答

Melody-Zhou commented 7 months ago

image Segmentation fault (core dumped) Makefile:99: recipe for target 'yolo' failed make: *** [yolo] Error 139

设备:jetson nano 4GB 是因为算力不够吗,还是别的原因,求解答

从日志信息来看模型似乎正常推理了但是会出现了段错误,可能是数组越界这类的错误,你可以Debug调试下看 app_yolo.cpp 74 行后的哪行代码出现了错误