Skip to content

imagingofthings/DeepWave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published