-
我用的是yolov5x去部署,用训练好的pt模型去检测图片效果很好,但是上板测试效果很差(同一张图片,框的数量明细减少),用的是你的修改的官方接口的后处理代码,我利用Vector Comparison比较过caffemodel和mapper_quant之后的结果,虽然中间个别层余弦相似度低于95但是最后一层能达到98,这种情况是什么原因造成的呢?
-
Hi, do you have some tips for optimized training a model that should detect tiny objects, such as the [tiny person?](https://github.com/ucas-vg/TinyBenchmark)
When training a yolox-x (your coco pr…
-
### Question
Hi,
I use yolov5x with this setting (train: 70%, val: 10%, test: 20%)
```
train: images/train # train images (relative to 'path') 128 images
val: images/val # val images (relativ…
-
Hello,
When I run the code for the training, I get an error. The error:
![image](https://github.com/roadhan/FSCW/assets/10299065/74fac359-d847-4b96-8f2f-ee4bb51cdd44)
Thank you in advance!
-
| Model | size(pixels) | mAPval50-95 | mAPval50 | SpeedCPU b1(ms) | SpeedV100 b1(ms) | SpeedV100 b32(ms) | par…
-
Why do the following models use the same method but have different results? Is it a C # issue?
How can C # achieve code with the same effect as Python?
```C#
// See https://aka.ms/new-console…
-
大佬您好,请问有yolov5xP2CBAM-TPH-BiFPN-SPP的预训练权重吗?
-
训练的图片如下图:
![image](https://user-images.githubusercontent.com/29670226/86991469-c7a49880-c1d1-11ea-855f-94861c80e84a.png)
预测结果在conf>0.1时,根本检测不到任何目标
-
Hello, I am trying to convert yolov5 model.yaml and weight.pt to .cfg and .weights, I found your excellent work here, and finished the steps of project Readme, but I konw nothing about jupyter script…
-
Following the exact instructions, here is what I get:
```
╭─arthur at aquarelle in ~/dev/ai/yolov5_anime on master✘✘✘ 23-12-02 - 2:56:53
╰─⠠⠵ python detect.py --weights weights/yolov5x_anime.pt -…