plate augment

This commit is contained in:
we0091234
2022-11-15 21:05:11 +08:00
parent cce10c303b
commit 20267d3154
49 changed files with 25465 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
import os
import numpy as np
import cv2
#image = cv2.imdecode(np.fromfile(image_path,dtype=np.uint8),-1)
str ="我是人才"
haha = list(str)
print(haha)