Grzegorz Opoka

Results 30 comments of Grzegorz Opoka

You should be able to generate numbers like: ```bash python generate.py --text="1 2 3 4 5 " --noinfo --bias=4. ``` although the quality will probably be quite bad (too little...

Sorry for the delay. I get the feeling you have no data, which is problematic. Could you please elaborate a little bit more on what you are trying to achieve?...

Ok, is this dataset publicly available? I can look into it to see if there is a way to make it compatible with my code. :)

Unfortunatelly, those datasets represent numbers as images. For handwriting generation you would need to have list of consecutive points showing how a digit is written. So those datasets cannot be...

This one might work. :) Can you give some examples of sequences you want to generate? I just want to figure out what kind of augmentation to dataset might be...

Sorry for very late response. I tried this dataset and unfortunately it doesn't work well :/ The results are even worse than with original IAM dataset. If by any chance...

Well it's been a while, but I was kind of interested in this problem and created [MNIST handwriting dataset](https://github.com/Grzego/mnist-handwriting-dataset). If you still need to generate numbers you may find it...

Hi @Instantnoodles-madman, The data-set is the issue here. You can read issue #12 which asks the same question. If you still have more questions feel free to write them here....

@sanjabon Please provide more details (like console error).

Did you modified the file? There should be no `[]` in this line, look [L109](https://github.com/Grzego/handwriting-generation/blob/master/preprocess.py#L109). Try restoring the original file (or just remove `[]`. if that's all). :)