I want to use darkflow
/ Yolo2
according to the instructions from github
After successful installation I'm not able to do anything. The flow command does not work and I cant load weights.
I am receiving the following warning:
der befehl "flow" ist entweder falsch geschrieben oder konnte nicht gefunden werden (the command "flow" is written wrongly or could not be found)
What I did:
-Started cmd
-changed working dir. to darkflow dir
-installed succesfully darkflow with command: pip install .
-tried to use the flow command but failed
Can someone help me with this problem?