fidler-lab / polyrnn-pp

Inference Code for Polygon-RNN++ (CVPR 2018)
GNU General Public License v3.0
736 stars 161 forks source link

change >= to > so that error will not be raised for tf1.3.1 #13

Closed chrisrapson closed 6 years ago

chrisrapson commented 6 years ago

Now the if statement matches the error message.

chrisrapson commented 6 years ago

Sorry, I realised on the way home that I made a mistake in the updated pull request.

I could change either the if statement or the error message, but they should at least be consistent.