wenwenyu / MASTER-pytorch

Code for the paper "MASTER: Multi-Aspect Non-local Network for Scene Text Recognition" (Pattern Recognition 2021)
https://arxiv.org/abs/1910.02562
MIT License
277 stars 53 forks source link

这一行代码要删除掉,不然回报错 #3

Closed jaffe-fly closed 3 years ago

jaffe-fly commented 3 years ago

https://github.com/wenwenyu/MASTER-pytorch/blob/a8fdc2a658b6767fea5f3e84900fc57c85f0d372/data_utils/crop_synthtext.py#L281

报错 ··· AttributeError: 'Process' object has no attribute 'close'···

wenwenyu commented 3 years ago

Hi, close()方法在python3.7以上版本中才有,需要切换到python3.7环境中做数据的处理。