Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages