From 56e5492e784d76e511fb3bd2609122925ebabe89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E5=B3=BB=E6=81=BA?= <202115006@mail.sdu.edu.cn> Date: Wed, 9 Apr 2025 02:38:20 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛峻恺 <202115006@mail.sdu.edu.cn> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c69cf..8553016 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### **🔍 Source-Independent Full Waveform Inversion for GPR using Deep Learning** -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. +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 suitable for GPR investigation in permafrost environments or undulating strata. Program name: GPR-SIDL-inv @@ -78,7 +78,7 @@ GPR-SIDL-inv/ ├── 9_time_depth_convert.py # Convert the predicted results into the deep domain through integration - ├── config.py # Configuration file, used to define all paths, variables, and parameters + ├── config.py # Configuration file, used to define all paths, variables, and parameters ├── requirements.txt # Python dependencies