akar43 / lsm

Code for Learnt Stereo Machines based on the NIPS 2017 paper
MIT License
251 stars 62 forks source link

The coding environment -- python version #11

Closed yulinliutw closed 5 years ago

yulinliutw commented 5 years ago

Hello! Thank you for sharing your research. When I use the python 3.5 to run your code, It has some error come from python version. EX: AttributeError: 'dict' object has no attribute 'iteritems' (in py3.5 should be 'items') I think is better that you post your python version in readme.md or some file, It can help people more easy to update the code to their working environment.

akar43 commented 5 years ago

Thanks for the observation and sorry for not mentioning that this codebase had been developed in Python 2.7. I will add this to the Readme and if I get some time upgrade it to Python 3.