samitizerxu commited on
Commit
bed19b8
·
verified ·
1 Parent(s): 3b9cd96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -10,4 +10,21 @@ tags:
10
  pretty_name: Geophysical Waveform Inversion Dataset
11
  size_categories:
12
  - 100K<n<1M
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  pretty_name: Geophysical Waveform Inversion Dataset
11
  size_categories:
12
  - 100K<n<1M
13
+ ---
14
+
15
+ I parsed the [full openFWI dataset](https://smileunc.github.io/projects/openfwi/datasets) as part of [this kaggle competition](https://www.kaggle.com/competitions/waveform-inversion/overview) - hopefully people can make use of this :)
16
+
17
+ If you use OpenFWI Datasets in your work, please cite...
18
+ ```
19
+ @inproceedings{NEURIPS2022_27d3ef26,
20
+ author = {Deng, Chengyuan and Feng, Shihang and Wang, Hanchen and Zhang, Xitong and Jin, Peng and Feng, Yinan and Zeng, Qili and Chen, Yinpeng and Lin, Youzuo},
21
+ booktitle = {Advances in Neural Information Processing Systems},
22
+ editor = {S. Koyejo and S. Mohamed and A. Agarwal and D. Belgrave and K. Cho and A. Oh},
23
+ pages = {6007--6020},
24
+ publisher = {Curran Associates, Inc.},
25
+ title = {OpenFWI: Large-scale Multi-structural Benchmark Datasets for Full Waveform Inversion},
26
+ url = {https://proceedings.neurips.cc/paper_files/paper/2022/file/27d3ef263c7cb8d542c4f9815a49b69b-Paper-Datasets_and_Benchmarks.pdf},
27
+ volume = {35},
28
+ year = {2022}
29
+ }
30
+ ```