lian xu
lian xu
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question After training a custom dataset using YOLOv8 and outputting...
#### 问题描述 / Problem Description 使用PP-OCRv3做文字检测微调,在T4上跑训练无法训练,报错返回-9 #### 运行环境 / Runtime Environment - OS: linux - Paddle: 2.6 - PaddleOCR: 2.7 #### 复现代码 / Reproduction Code 代码直接使用了官方最新代码,配置文件如下: Global: debug: false use_gpu:...
## detail | 详细描述 | 詳細な説明 使用了ncnn项目中提供的yolov8推理代码,在web上跑推理很慢 ex.input("in0", in_pad); std::vector proposals; // stride 32 { ncnn::Mat out; ex.extract("out0", out); 这个转化耗时了800ms,如何进一步优化
提供的coco模型,量化过程能讲一下吗?