MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
633 stars 154 forks source link

Running TextBoxes on Caffe installed in Anaconda3 env #100

Open gaalejandre opened 6 years ago

gaalejandre commented 6 years ago

How can I replicate the process of running TextBoxes in caffe installed in an Anaconda3 environment? Caffe was simply installed using the conda install -c anaconda caffe. Caffe can be successfully imported and it can run a simple network with mnist. Now, caffe is found in /home/anaconda3/envs/caffe as the output of the command whereis caffe. image But the file structure is different from the usual caffe installation. I'm really confused on how to properly run demo.py.

  1. Do I have to edit the makefile.config?
  2. Which paths should go into CAFFE_ROOT and PYTHONPATH? Note: TextBoxes is cloned here: image
javierfs commented 5 years ago

+1 Have you solved this? I am getting: Makefile:6: *** Makefile.config not found. See Makefile.config.example.. Stop.

gaalejandre commented 5 years ago

Hello @MhLiao can this project be done on an Anaconda environment?