mirror of
https://github.com/we0091234/crnn_plate_recognition.git
synced 2025-09-26 23:45:51 +08:00
7 lines
159 B
Python
7 lines
159 B
Python
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) |