mally-2000 commited on
Commit
0181288
·
verified ·
1 Parent(s): 6c62001

Document Pwavevelocity payload

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -16,12 +16,15 @@ This dataset package supports the official SAII-CLDM open-source implementation.
16
  Payload files:
17
 
18
  ```text
 
19
  marmousi/marmousi_256_train.npz
20
  overthrust/Overthrust_trueimp.mat
21
  prepare_marmousi_256_train.py
22
  ```
23
 
24
- `marmousi_256_train.npz` is derived from the official Marmousi model and contains `256 x 256` log-velocity patches with flip and elastic-deformation augmentations.
 
 
25
 
26
  `Overthrust_trueimp.mat` is the Overthrust benchmark file used by the evaluation code.
27
 
@@ -30,6 +33,7 @@ prepare_marmousi_256_train.py
30
  Example `.env` entries for the code repository:
31
 
32
  ```bash
 
33
  MARMousi_NPZ=./data/saii-cldm-data/marmousi/marmousi_256_train.npz
34
  OVERTHRUST_DATA_DIR=./data/saii-cldm-data/overthrust
35
  ```
 
16
  Payload files:
17
 
18
  ```text
19
+ improved-diffusion/MINE/Pwavevelocity.mat
20
  marmousi/marmousi_256_train.npz
21
  overthrust/Overthrust_trueimp.mat
22
  prepare_marmousi_256_train.py
23
  ```
24
 
25
+ `Pwavevelocity.mat` is the official Marmousi velocity model file used by the default Stage 1 VQGAN multi-scale training config and the experimental Diffusers VQGAN trainer.
26
+
27
+ `marmousi_256_train.npz` is derived from the official Marmousi model and contains `256 x 256` log-velocity patches with flip and elastic-deformation augmentations. It is used by Stage 2 training and the experimental Diffusers LDDPM trainer.
28
 
29
  `Overthrust_trueimp.mat` is the Overthrust benchmark file used by the evaluation code.
30
 
 
33
  Example `.env` entries for the code repository:
34
 
35
  ```bash
36
+ IMPROVED_DIFFUSION_MINE_DIR=./data/saii-cldm-data/improved-diffusion/MINE
37
  MARMousi_NPZ=./data/saii-cldm-data/marmousi/marmousi_256_train.npz
38
  OVERTHRUST_DATA_DIR=./data/saii-cldm-data/overthrust
39
  ```