crfasrnn_keras Windows Setup
- Install Cygwin Portable
- Install Python3, Pip3 in Cygwin
- Setup Python3 in Cygwin
- Clone crfasrnn_keras into cygwin\home\root
- Download pre-trained model weights and place in the crfasrnn_keras directory
- Run patch < 3.5-issue21085-struct_siginfo.patch
- Run following commands to install Python packages pip install tensorflow pip install tensorflow-gpu pip install keras pip install h5py pip install Pillow
Win-builds
crfasrnn_keras Windows Setup Attempt #2
- Install MinGW (no admin privileges required), basic and C++ installations selected
- Open MinGW command prompt
- Run