Skip to content

varunhc/Prediction-of-seismic-survey-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prediction of seismic survey path

Background:

ONGC carries out seismic survey before carrying out drilling activities in a new location. The path used for this seismic survey is crucial since it will be used in the project’s further activities. My work was to predict this path based on the paths that were chosen in the previous projects. If the model successfully predicts the paths, then it would be a huge aid to the geophysicists working on the project.

Dataset:

Satellite images with seismic survey paths marked were used as input. They were cropped down to the dimension of 66x66 with 3 channels ie RGB.

Input:


Expected output:

Approach: Convolutional models and Generative Adversarial Networks(GANs) were implemented to check the prediction performance.

Convolution:

Convolutional models with different architectures were implemented. Files: satimgconv.py, SatImgConv.ipynb

GAN:

Generative Adversarial network was implemented which is available in the files: satimggan.py, SatImgGan.ipynb

Results:

Convolution: The model failed to reconstruct the images even during the training. Results are available in SatImgGan.ipynb.
GAN: The model is able to reconstruct the images during the training but is overfitting to the training data. Therefore, the testing performance is heavily degraded. Results are available in SatImgGan.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published