thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Installation problem: env: python\r No such file or directory #1058

Open sleung852 opened 5 years ago

sleung852 commented 5 years ago

I am using Mac.

I git cloned the repository and installed using 'pip3 install .' However whenever I run 'flow' or './flow', there is an error message:

"env: python\r: No such file or directory"

Any clues on how to solve this?