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

ImportError: No module named tensorflow #1088

Closed imsanika03 closed 4 years ago

imsanika03 commented 4 years ago

Hello, I am working on a darkflow project in an Anaconda3 env with tensorflow installed in it, and the darkflow directory is within the env as well. However, when I run python flow ...., I get an Import Error: No module named tensorflow. Does this mean I have to install tensorflow inside the darkflow directory? Or is this issue something to do with the fact that I'm working within an env? Thanks!