argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.01k stars 1.05k forks source link

AttributeError: Can't pickle local object #264

Open DhanasekarChellamuthu opened 5 years ago

DhanasekarChellamuthu commented 5 years ago

I changed the trainset path and remaining things mentioned in readme. when i am try to run multigpu_train code it is throwing an following error:

AttributeError: Can't pickle local object 'GeneratorEnqueuer.start..data_generator_task'

haigeya commented 5 years ago

me to,have you solved this problem?

BreadCanFly commented 5 years ago

me to,do you have some methods to solved this problem?

Albertcc commented 5 years ago

In Icdar.py, modify to: enqueuer = GeneratorEnqueuer(generator(**kwargs), use_multiprocessing=False) enqueuer.start(max_queue_size=1, workers=1)