YuHe
YuHe
## detail | 详细描述 | 詳細な説明  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...