Christian Bartz
Christian Bartz
Did you even try to install Chainer on Windows? Are there any problems you are facing?
Good, question... I don't know. All I know is that doing Deep Learning on Windows is most of the times a very painful thing to do... but you can use...
Did you install CUDA and cuDNN?
Well, then it should be somewhere... maybe you need to dig deeper :wink:, because I can not tell you anything else than what you already know. You should be able...
somewhere in your `program_files` directory??
You are using the script in the wrong way: it should be python3 fsns_demo.py **/home/mcq-2/projects/see/datasets/models model_35000.npz** /home/mcq-2/projects/see/chainer/models/tag.jpg /home/mcq-2/projects/see/datasets/fsns/fsns_char_map.json
Yes, the input image needs to have the correct size. If you have a look at the original `FSNS` samples, you can see that there are always 4 views in...
Hmm, I would say it is not really compatible. Depends on your samples. If you only want to do digit recognition on already cropped house numbers, you should have a...
Alright, then I suggest, that you use the text recognition model and the `text_recognition_demo.py` script. You can try whether this model already helps you with your task. If not it...
could you provide the command you used to run the script?