In this post I'll tell about conflicting issues in vehicle detection and counting project on GitHub and its sync and run on Windows. Original project link is here = https://github.com/ahmetozlu/vehicle_counting_tensorflow .This project written by Python language on Linux OS. There are the versions of my PC OS ,Python Language and some Python's Libraries Python 3.5 Windows 10 Pro Opencv 3.4.1.15 Numpy 1.14.5 TensorFlow 1.8.0 Scipy 1.1.0 I used to Visual Studio Code as code editor After the open the original project link click download to project then,at debugging there are the conflicting issues and solutions in ongoing lines step by step: 1.problem = TabError: inconsistent use of tabs and spaces in indentation Solution = on the Visual Studio Code click "Alt + Shift + F"(converting tabs into spaces) 2. problem = No module name "image_utils" Solution = I had the to add the utils directory and subfolders PYTHONPATH 3. problem = ...
Comments
Post a Comment