Coder Social home page Coder Social logo

seisinterp's Introduction

Seismic Data Interpolation using Convolutional Neural Network

Prerequisites

  • Linux
  • Python 3
  • Nvidia GPU + CUDA cuDNN

Requirements

  • Pytorch >= 0.4
  • opencv-python
  • numpy

Getting Started

Installation

  • Install PyTorch and other dependencies
pip install -r requirements.txt
  • Clone this repo:
git clone https://github.com/YinengXiong/SeisInterp.git
cd SeisInterp

Datasets

Download dataset and place it in ./SeisInterp/Data/
The dataset has 96 train, 12 validation and 12 testing shot record, respectively. Each shot record has the size of 500 X 6001 (500 traces with 10m interval, 6001 time sampling points with 0.5 ms)

Google Drive | Baidu Downloads Code: q97i

SeisInterp Train/Test

For example, if you want to train an interpolation model which needs pre-interpolation and only interpolate on X- direction at the scale of 4

python train.py --gpu 0 --dataroot ./Data/MarmousiP20HzAGC500/ --num_traces 500 --nComp 1 --prefix shotp --scale 4 --diretion 0 --arch vdsr

Citation

If you use this code for your research, please cite our papers.

@inproceedings{xiong2019efficient,
  title={Efficient Seismic Data Interpolation Using Deep Convolutional Networks and Transfer Learning},
  author={Xiong, Y and Cheng, J},
  booktitle={81st EAGE Conference and Exhibition 2019},
  volume={2019},
  number={1},
  pages={1--5},
  year={2019},
  organization={European Association of Geoscientists \& Engineers}
}

seisinterp's People

Contributors

yinengxiong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

louisnust

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.