sadeepj / crfasrnn_keras

CRF-RNN Keras/Tensorflow version
http://crfasrnn.torr.vision
MIT License
603 stars 170 forks source link

Is there any possibility to run on windows? #39

Closed JJ306 closed 4 years ago

JJ306 commented 6 years ago

Hello, I have installed anaconda on windows. So, can you tell me that is there any possibility to run it with anaconda on windows?

manojgali commented 5 years ago

any response is appreciated, i need the crf for project work

sadeepj commented 4 years ago

The Tensorflow/Keras code only supports Linux and Mac due to the complications of compiling Tensorflow custom ops. But there's a PyTorch implementation of this work now https://github.com/sadeepj/crfasrnn_pytorch, which you might be able to run on Windows.