License-Plate-Detector icon indicating copy to clipboard operation
License-Plate-Detector copied to clipboard

基于Yolov5车牌检测,更快更准.

Results 34 License-Plate-Detector issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/77143808/181155384-85070436-1e5a-4729-b74f-00ff8062b7a9.png)

请教下开源模型中的关键点顺序是否为:左下,右下,右上,左上

您好,感谢贵团队开源的工作。 1、请问是不是将deepcam-yolov5_face的代码改成了 4个 关键点检测的代码呢?我目前也是需要实现4个关键点检测,在尝试改yolov5-face的代码,恰好看到了您的工作 2、使用您的原始代码,在我自己的数据集上训练时,train的时候各个loss是正常下降的,但是val时targets map P R等所有指标为 0,您能提供一些解决思路吗

runs/train/exp/weights/last.pt

Starting training for 300 epochs... Epoch gpu_mem box obj cls landmark total targets img_size 0/299 3.91G 0.059 0.01828 0.02349 0.12 0.2208 6 640: 100%|█████████████████████████████████████████████████████████████████████| 95/95 [00:52

我想训练一个更大的网络,例如yolov5l,请问是否可以直接用yolov5官方的权重,请教下应该用哪个版本的权重?

看文档有 基于C++的NCNN模型测试 ,没有找到对应文件