Yi-hash1

Results 8 issues of Yi-hash1

[2023-09-21 04:18:00][warn][trt_builder.cpp:33]:NVInfer: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.

我将训练好的yolov8模型部署到jetson nano中,并利用tensorrt加速,我发现相对于在服务器中推理验证集map50指标下降了5%,请问是由于jetson nano的算力问题导致精度下降,还是有别的原因

[04/10/2024-16:11:31] [W] [TRT] onnx2trt_utils.cpp:366: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32. [04/10/2024-16:11:32] [I] Finish parsing...

yolov8原网络改进后,还可以直接使用您这个方法进行部署吗,还是需要做哪些修改吗

需要更改这个仓库什么文件,才能让我部署到我的jetson上

有警告Some tactics do not have sufficient workspace memory to run. Increasing workspace size may increase performance, please check verbose output.,该警告会影响模型的推理速度或精度吗

![image](https://github.com/Melody-Zhou/tensorRT_Pro-YOLOv8/assets/82924786/8fc36eaf-52ff-4a07-8ec0-586e379d81db) Segmentation fault (core dumped) Makefile:99: recipe for target 'yolo' failed make: *** [yolo] Error 139 设备:jetson nano 4GB 是因为算力不够吗,还是别的原因,求解答

![image](https://github.com/Melody-Zhou/tensorRT_Pro-YOLOv8/assets/82924786/a23bf40d-6e64-4bd5-bef6-9e021217eac7) NVInfer: 3: [executionContext.cpp::setBindingDimensions::944] Error Code 3: API Usage Error (Parameter check failed at: runtime/api/executionContext.cpp::setBindingDimensions::944, condition: profileMaxDims.d[i] >= dimensions.d[i]. Supplied binding dimension [2,3,640,640] for bindings[0] exceed min ~ max range...