Installation — dhSegment documentation (original) (raw)
It is recommended to install tensorflow (or tensorflow-gpu) independently using Anaconda distribution, in order to make sure all dependencies are properly installed.
- Clone the repository using
git clone https://github.com/dhlab-epfl/dhSegment.git - Install Anaconda or Miniconda (installation procedure)
- Create a virtual environment and activate it
conda create -n dh_segment python=3.6
source activate dh_segment - Install dhSegment dependencies with
pip install git+https://github.com/dhlab-epfl/dhSegment - Install TensorFlow 1.13 with conda
conda install tensorflow-gpu=1.13.1.