xialuxi / yolov5-car-plate

基于yolov5的车牌检测,包含车牌角点检测
GNU General Public License v3.0
152 stars 40 forks source link

数据集特征点 #7

Open songh11 opened 3 years ago

songh11 commented 3 years ago

作者您好,请问x1, y1, x2, y2, x3, y3, x4, y4需要和图片宽高做归一化吗,另外这四个点的标注要有顺序么

xialuxi commented 3 years ago

需要归一化, 顺序的话,需要你的数据集统一就行了。

Adele-rgb commented 2 years ago

作者您好,请问这个要怎么制作数据集呢?