sevenysw / python_segy

A python toolbox for generating seismic training samples, integrated with pytorch
57 stars 18 forks source link

About Data sources #1

Open ddhhdd opened 4 years ago

ddhhdd commented 4 years ago

Can the code be used to generate sample data not from .segy seismic data ? for example .gpf or .png pictrue data.

sevenysw commented 4 years ago

This code is written for seismic data. If you want to process jpg or png, you can use the original DnCNN code.

burtontao commented 3 years ago

halo, would u plz answer me that why i run the code of main_train_denoise, it remind me that RuntimeError: DataLoader worker (pid(s) ......) exited unexpectedly, i dont konw whether the fuction of datagenerator occur error or not