MhLiao / DB

A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
2.1k stars 479 forks source link

The model trained by ASF config can't be used by demo.py #367

Open alphaProgrammingNow opened 1 year ago

alphaProgrammingNow commented 1 year ago

I have already trained a model using ASF config. But when I use this model by demo.py to inference on an image.Nothing output. Has anyone encountered this problem before?