yolov5-detect-car_plate_corner icon indicating copy to clipboard operation
yolov5-detect-car_plate_corner copied to clipboard

分别使用OpenCV、ONNXRuntime部署yolov5检测车牌和4个角点,包含C++和Python两个版本的程序

Results 6 yolov5-detect-car_plate_corner issues
Sort by recently updated
recently updated
newest added
trafficstars

在CCPD数据集上测试了一下,倾斜视角下车牌的角点检测精度比较差 ![20220706_ccpd_rotate_new_test_29_1998](https://user-images.githubusercontent.com/107862224/177777981-8d21e0c1-173d-41cd-8cdf-a8042e9753b5.jpg) ![20220706_ccpd_rotate_new_test_276_1128](https://user-images.githubusercontent.com/107862224/177777995-6c7a659b-c44e-4e12-8fbb-1d6b1f2f1c19.jpg) ![test_yolo_srcimg_2](https://user-images.githubusercontent.com/107862224/177778007-bb3d775b-bac8-4c4c-b48e-fa7fd8a08cc3.jpg)

您好,车牌为多类别怎么获取车牌的类别和置信度呢。

我修改了yolo.py里的一个变量,转是转成功了,但是,看后面还有很多逻辑,应该是转的不完全。 多谢了先

问一下您的cv版本,我使用您的代码识别不出来车牌位置。 ![image](https://user-images.githubusercontent.com/66673974/158927235-495ad8b2-c821-4dba-b835-a953b9b9bcea.png) 这个indices是空的

使用的哪个数据集,总共多少样本,最终精度情况等等 谢谢