Tensorflow implementation of CRF-RNN
Build instructions:
Download and install swig
Enter folder ./src/
Run command 'swig -c++ -python permutohedral.i'
Edit setup.py, replace '$PYTHON_PATH' with the root path of your python
Run 'python setup.py build_ext --inplace'
Copy the generated 'permutohedral.py' and '.pyd'/'.so' into the same folder with 'CRFRNN.py'
See main_example.py for guide.