Al3xdevito / dp4imaging

Code to partially reproduce results in "Deep Bayesian inference for seismic imaging with tasks"

Home Page:https://arxiv.org/abs/2110.04825

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Bayesian inference for seismic imaging with tasks

Code to partially reproduce results in Deep Bayesian inference for seismic imaging with tasks.

Installation

Run the commands below to install the required packages.

git clone https://github.com/slimgroup/dp4imaging
cd dp4imaging/
conda env create -f environment.yml
conda activate dp4imaging
pip install -e .

After the above steps, you can run the example scripts by just activating the environment, i.e., conda activate dp4imaging, the following times.

Questions

Please contact alisk@gatech.edu for questions.

Author

Ali Siahkoohi

About

Code to partially reproduce results in "Deep Bayesian inference for seismic imaging with tasks"

https://arxiv.org/abs/2110.04825

License:MIT License


Languages

Language:Python 100.0%