YuHe

Results 3 issues of YuHe

## detail | 详细描述 | 詳細な説明 ![image](https://github.com/user-attachments/assets/2a97a7b5-78ad-4d5a-93ec-1131c10ed914) std::shared_ptr ncnnNet = std::make_shared(); 析构函数: ncnnNet->clear(); ncnnNet.reset(); ncnn::destroy_gpu_instance();

使用 yolov8 自带接口导出onnx模型,再使用 trtexec 导出到 tensorRT 模型,出现以下警告,那这个导出的模型,是否还可以正常使用。 onnx2trt_utils.cpp:374: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.

I cloned this project and configured the environment, dataset and parameters. However, when starting the training and using python __main__.py segmentation, I found that no matter how many times the...