Open HuangJiangShen opened 3 years ago
It use cv2.imread in RegionMatching.py
But cv2.imread is not very friendly to Chinese
We can change it to cv2.imdecode
I don’t know if it’s necessary, but I think it should help
It use cv2.imread in RegionMatching.py
But cv2.imread is not very friendly to Chinese
We can change it to cv2.imdecode
I don’t know if it’s necessary, but I think it should help