TextBoxes icon indicating copy to clipboard operation
TextBoxes copied to clipboard

Running TextBoxes on Caffe installed in Anaconda3 env

Open gaalejandre opened this issue 7 years ago • 2 comments

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

gaalejandre avatar Aug 13 '18 09:08 gaalejandre

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

javierfs avatar Feb 25 '19 15:02 javierfs

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

gaalejandre avatar Jun 28 '19 09:06 gaalejandre