From 10d6aa382dfb1fd45b67044492e463386c3bee60 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: Fri, 4 Apr 2025 02:54:49 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index adb5421..b74d592 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ A PyTorch-based implementation of a source-independent full waveform inversion ( 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