balancap / SDC-Vehicle-Detection

Udacity Project - Vehicle Detection
226 stars 113 forks source link

version of tensorflow and python #1

Open sxhxliang opened 7 years ago

sxhxliang commented 7 years ago

Hi,Thanks for your excellent implementation !

There are some errors when I run the project,so I want to kown what version of tensorflow and python do you use

villanuevab commented 7 years ago

So far the scripts at least run using python2.7 as well as TensorFlow r0.12. You can try using a virtualenv to test it out yourself. Hope this helps!