Prathamesh Zade
Prathamesh Zade
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
# Bugfix for Hindi text generation ### bug 1: No Hindi text rendering in official trdg pypi package 1.8.0 reproduce results with: ```bash trdg -l hi -c 10 -w 5...
# FIXED ImportError: cannot import name 'model_urls' from 'torchvision.models.vgg' reproduce error as: use any imagefolder ``` python3 test.py --trained_model=craft_mlt_25k.pth --test_folder=./img ``` #### Before fix  #### After fix  ####...