Darwin Bautista
Darwin Bautista
Sorry for the very late reply. Please check if the event processing code is actually being integrated with Qt's event loop. I haven't been able to port this project to...
Comment [#1](https://code.google.com/p/python-mplayer/issues/detail?id=9#c1) originally posted by baudm on 2011-12-20T13:57:16.000Z: Hi there, I'm not familiar with Celery. Can you give an example of how you're using it with mplayer.py? The Queue.Queue class...
Comment [#1](https://code.google.com/p/python-mplayer/issues/detail?id=7#c1) originally posted by baudm on 2011-08-14T12:20:36.000Z: If Clutter supports the XEmbed protocol, then this can be easily done. I haven't used Clutter before so I won't be able...
1. Fine-tuning should work for any language based on the Latin alphabet. If the language uses a different set of characters, you should define a new training charset configuration, e.g....
This is an old result for PARSeq. I was comparing the validation word accuracy for models trained exclusively on TextOCR (**arbitrary**) and its pose-corrected version (**horizontal**). DDP was used with...
> @baudm Thank for your great repo. I want to fintune for vietnamese language. Does train it?. And It can, how to prepare Dataset to training. Many thank for your...
@PSanni > When you say quality, does that mean quality of images ? or the term coverage ? By dataset quality, I mean dataset size, diversity of samples, accuracy of...
> I am also having an issue with this. When training and validating I have set all character sets in train and test to chinese characters + latin alphanumerics and...
@siddagra > It somehow started working now. I think because I disabled unicode normalisation. Thanks! > > `test.py` is giving this error: > > ``` > dataset.py", line 72, in...
> is it possible to continue training from checkpoints ? if so, is there any pre-trained weights available for fine-tuning ? Would be great if you can write short note...