-
Hi guys, I'm trying to run the sample_detector.cpp with my trained model.
As far as I can tell the weights are loaded correctly, instead the cfg file seems to have some trouble with the Detect layer.…
-
I'm excited to see research in this space. Thanks for publishing your code!. I was trying to quickly try out your model, but the instructions in the readme don't seem to work. At the least, yolov5 nee…
-
用Python测试推理yolov5, 结果正常,但是一直有warning,这个应该怎么处理?
W RKNN: [09:44:39.467] Output(output0): size_with_stride larger than model origin size, if need run OutputOperator in NPU, please call rknn_create_m…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Fusing layers...
Model Summary: 224 layers, 7059304 parameters, 0 gradients, 16.3 GFLOPs
Traceback (most recent call last):
File "F:/yolov5-master-bing/prune.py", line 794, in
test_prune(o…
-
我遇到跟 #1747 类似的错误!按照 nihui 大神的说明成功将 resnet50 训练自己的数据集得到的模型部署至 ncnn 安卓端,运行正常(虽然就是fps有点低,只有可怜的0.2几QAQ),后又按照同样的步骤将 backbone 更换为 EfficientNet,不知为何就无法运行了,一点进去就闪退。感觉应该是模型的问题,但不知道是哪里的问题,期待大佬的指教!这是我的模型文件 [para…
-
### Search before asking
- [ ] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
I created a simple [library](https://github.com/igor-yusupov/rusty-yolo) for yolov5 inference. I added an example with a brief description of how to prepare a model and run it in Rust. You can add it …
-
Hello YOLOv10 Team,
I have been trying to convert a YOLOv10 model to CoreML but have encountered several difficulties. I have followed various approaches that were previously successful with YOLOv5…
-
Thank you for your contribution. When I run train.py, I meet the following two questions, please help me solve them:
first, I can`t download new.pt, because the path to this file does not exist;
sec…