I want to use the CRAFT text detector module. I installed all the required packages, but when I try to run the example code, I get
ImportError: cannot import name 'model_urls' from 'torchvision.models.vgg'
I looked for solutions, but none of them worked.
Any suggestions ?