sadeepj / crfasrnn_keras

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

Update Makefile #50

Closed Kautenja closed 5 years ago

Kautenja commented 5 years ago

make the reference to Python more flexible. i.e., python3 users can do the following and not need to mess with aliasing or path nonsense:

make PYTHON=python3
sadeepj commented 5 years ago

Thanks @Kautenja for the contribution!