prasunroy / stefann

:fire: [CVPR 2020] STEFANN: Scene Text Editor using Font Adaptive Neural Network (official code).
https://prasunroy.github.io/stefann
Apache License 2.0
259 stars 40 forks source link

Colab #22

Closed xstrauss2 closed 4 months ago

xstrauss2 commented 6 months ago

Can anyone make a Colab or easy-to-run version please? 🙏

prasunroy commented 4 months ago

While I won't be able to work on a Colab notebook anytime soon, two demo notebooks for FANnet and Colornet are already available at Kaggle. Please check the following links.

xstrauss2 commented 4 months ago

So can I change the texts in the images with these links? And how?

prasunroy commented 4 months ago

Unfortunately NO. These notebooks demonstrate the training mechanism of FANnet and Colornet. The fully integrated pipeline is interactive and requires user specified adjustments at runtime. So, it is difficult to implement all such functionalities into a notebook. To use it as an application, please follow the instructions in the README.