ftranghese / EC601-Fall2017-Seamless-Track-Detection

16 stars 8 forks source link

ValueError: unsupported pickle protocol:3 #12

Closed developerChenRui closed 6 years ago

developerChenRui commented 6 years ago

When I run the program in python 2.7 environment, it will raise ValueError when using pickle save_dict=pickle.load(f) and I think this is due to the version of python.

developerChenRui commented 6 years ago

Generally speaking, this project is very cool and the images and videos can clearly show the function of your program. Looking forward your sprint3!

DonatoK commented 6 years ago

Yes, the program is for python3 thank you