-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in getting started #6
Comments
Seems like a darkflow issue. Did you try solving it like in #849 darkflow issue? |
the solution of JaronrH I got stuck at number 6 and that was the error: D:\custom code\YOLO-Object-Counting-API>setup.py build_ext --inplace Even though all requirements already were satisfied in points 3,4,5 |
can you tell me all the modules that I should install even before the getting started section ? (with their cmd install commands ?) |
Have you tried all 3 options described in |
Maybe try using anaconda and replace |
D:\custom code\YOLO-Object-Counting-API>python setup.py build_ext --inplace but when running the count_cars_crossing_virtual_line.py this error occurs: |
Did you try installing tensroflow?
|
requirement already satisfied in the cmd but somehow when I run this count_cars_crossing_virtual_line.py the error above happens, also I tried adding imports in that file still same error but I might have an idea what is your running environment in vscode? my current one is: C:/Users/Owner/AppData/Local/Programs/Python/Python39/python.exe I tried using different environments but had more errors than just: ModuleNotFoundError: No module named 'tensorflow' |
everything is installed correctly and option 1 in the read me file worked problem is when running this: C:/Users/Owner/AppData/Local/Programs/Python/Python39/python.exe "d:/custom code/YOLO-Object-Counting-API/count_cars_crosing_virtual_line.py" this error appears: "ModuleNotFoundError: No module named "tensorflow" even though tensor flow is installed correctly in the comment above is there anymore modules I should install in order to get the counting to work (before even the getting started part in readme) ? |
Hi I cloned another repo that uses tensor flow that has the same getting started section however I tried all 3 ways of and the last one did this:
The text was updated successfully, but these errors were encountered: