diff --git a/README.md b/README.md index 00327b3..adb5421 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,45 @@ -# GPR-SIDL-inv. +### **🔍 Source-Independent Full Waveform Inversion for GPR using Deep Learning** -#### 介绍 -Deep Learning-Based GPR Imaging for Tibetan Plateau Permafrost: A Source Wavelet-Independent Inversion Approach - -#### 软件架构 -软件架构说明 +A PyTorch-based implementation of a source-independent full waveform inversion (FWI) framework tailored for ground-penetrating radar (GPR) data, leveraging deep learning techniques to reconstruct subsurface permittivity models. This method is particularly suitable for GPR investigation in permafrost environments or undulating strata. -#### 安装教程 +### 📌 Features: -1. xxxx -2. xxxx -3. xxxx +🚀 Source-independent inversion: The model learns to invert waveforms even with varying GPR sources. -#### 使用说明 +🧠 Noise simulation: The dataset can simulate real noisy environments. -1. xxxx -2. xxxx -3. xxxx +🌍 Using gprMax to establish reliable datasets in three-dimensional simulation scenarios -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request +📉 Support initial model or none, time-depth conversion, depth-time conversion, GSSI data conversion and other functions... -#### 特技 +GPR-SIDL-inv/ +│ +├── dataset/ # Training/testing data and synthetic datasets +├── field_data/ # Network architectures +├── gprMax/ # Data processing, waveform simulation, etc. +├── IMG/ # Training script +├── impulse/ # Inversion / prediction script +├── log/ # Custom loss functions +├── Network/ # Custom loss functions +├── readgssi/ # Inversion / prediction script +├── SAVE/ # Custom loss functions +├── time_result_csv/ # Custom loss functions +├── utils/ # Custom loss functions + +├── 1_model_generator.py # Randomly generate in files as needed to support forward modeling of gprMax in 3D media. +├── 2_forward_simulation.py # Run the forward modeling program to generate A-scan results +├── 3_combine_dataset.py # Filter all A-scan data and generate a dataset +├── 4_gssi_data_convert.py # Convert the dzt file of the measured GSSI GPR to CSV format +├── 5_data_preprocess.py # Preprocess the measured raw data (dewow, direct wave removal, static correction, etc.) +├── 6_extract_impulse.py # Extract the true source wavelet from the processed data +├── 7_network_train.py # Training a deep learning network for inversion +├── 8_prediction.py # Predicting real measured data +├── 9_time_depth_convert.py # Convert the predicted results into the deep domain through integration + +├── config.yaml # Configuration file +├── requirements.txt # Python dependencies +└── README.md # This file + -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)