Harald Scheidl
Harald Scheidl
look at config.lua: ``` ... trainSetPath = '../data/synth90k_train_lmdb/data.mdb', valSetPath = '../data/synth90k_val_lmdb/data.mdb', ... ```
Some notes about a simple preprocessing method: as far as I can remember, the CRNN approach to unify the input size is to stretch the image to a default size...
look at install_all.sh. You have to install many different libs, including thpp.
Same problem here since an Android update. I think it would be better to allow the user to set the path to his game files (*.tic), then everyone could set...
@aliceisjustplaying : the device is a Galaxy A34. About "flavor of Android" - what do you mean with that, kernel version, or build number? BTW, just tested it with my...
Hi, it's the validation mode (see README, --mode argument). Code is in main.py, see function validate(...). If you really want to do it properly you of course want to have...
@aliceisjustplaying : any update here? The bug is still tagged with "needs more info", but we (@phedoff and me) provided the required info.
@nesbox thanks for the reply, will test it asap and will let you know.
@nesbox : 1. I saw that the gamepad disappears sometimes, but as you said, tapping brings it back, so this is not the issue here 2. the input tag is...
it is due to the word detector part, the model is not trained to detect such big words (most likely the image has a high resolution). try either the scale...