Media-Smart / vedastr

A scene text recognition toolbox based on PyTorch
Apache License 2.0
535 stars 100 forks source link

CPU implementation #26

Closed ghost closed 4 years ago

ghost commented 4 years ago

what about CPU implementation

ChaseMonsterAway commented 4 years ago

What do you mean 'CPU implementation'?

ghost commented 4 years ago

how to predict using cpu only

ChaseMonsterAway commented 4 years ago

Set gpu_id='' in corresponding config file please.

ghost commented 4 years ago

thnks