Prasun Roy

Results 10 comments of Prasun Roy

Hi, Thanks for your interest in our work. Unfortunately, we do not have a pretrained model for numeric characters to release at this point. Although we trained such models while...

### About string length In our demo, the length of the input cannot be changed out of the box. Sorry! However, this feature is essentially GUI specific and it can...

Hi, Thanks for your interest in our work. Before releasing this code, I personally tested on Linux and Windows only. A similar problem was later reported and apparently fixed for...

On Linux or Windows you can use any environment (CPU or GPU). GPU environment requires NVIDIA GPU along with appropriate drivers pre-installed. GPU environment is specifically useful during training. For...

>Hi, Thanks for your response, I'm eager to try it out since it looks awesome! :-) I looked at those issues but they confused me even more tbh. I got...

I've tried to reproduce the error after updating the OS, reinstalling everything in a new environment etc. But I could not reproduce the error on Pop!_OS 20.04 LTS or Windows...

Hi, thanks for your interest in our work. #### About FANnet: At this point it's a bit difficult to replace text written in one language to another. The reason is...

Your observation is correct. This happens due to inadequate domain adaptation. Colornet is trained with only 800 synthetic color filters which is merely ~0.005% of all ~16.8 million possibilities. While...

We use `many-hot encoding` in our code as it provides a straightforward way to encode the text for our application. However, BERT-encoded text also provides comparable results. We have tested...

The `many-hot encoding` was manually collected during data annotation. So, we do not have a model to infer this encoding directly from the image. It needs to be done manually...