JackEasson / SLPNet_pytorch

SLPNet: Towards End-to-End Car License Plates Detection and Recognition Using Lightweight CNN
56 stars 13 forks source link

关于自己的训练集制作问题 #17

Open zhenxi1331 opened 1 year ago

zhenxi1331 commented 1 year ago

请问在制作数据集的时候,如果是比较正面的图像,不是从侧面拍摄的图片,利用labelImg标注得到车牌的四个点的坐标,只有四个值xmin,ymin,xmax,ymax,这样得到四个点坐标(xmin,ymin)(xmax,ymin) (xmax,ymax) (xmin,yamx),这样与CCPD数据集的四点坐标值不太一样,这样在训练的时候是否有影响呢?

JackEasson commented 1 year ago

会有影响,需要采用多边形标注的形式标注四个角点(采用工具或者自己写个脚本)