Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.08 KB

README.rst

File metadata and controls

35 lines (26 loc) · 1.08 KB

DeepWave

This repository contains the reference implementation of DeepWave.

Installation

After installing Miniconda or Anaconda, run the following:

$ conda create --name=DeepWave python=3.6
$ source activate DeepWave

# Install `ImoT_tools <https://github.com/imagingofthings/ImoT_tools>`_
$ git clone git@github.com:imagingofthings/ImoT_tools.git
$ cd ImoT_tools
$ conda install --channel=defaults --channel=conda-forge --file=requirements.txt
$ python3 setup.py develop
$ cd ..

# Install `DeepWave <https://github.com/imagingofthings/DeepWave>`_
$ git clone git@github.com:imagingofthings/DeepWave.git
$ cd DeepWave
$ python3 setup.py develop