Model and Processors Documentation¶
Open Seismic offers public state-of-the-art models for users to try. Below introduces the classes and their associated processor scripts that are used to conduct inference on seismic data. Read their descriptions in order to understand how to specify them in your configuration JSON file.
FaultSeg¶
The FaultSeg repository can be found here: FaultSeg repository.
The OpenVINO IR xml and bin files can be found in models/fault/model/.
In order to specify FaultSeg in your configuration file, set given_model_name to
fseg under inference_params.
Salt¶
Literature pertaining to the Salt model be found here: Salt literature link.
The OpenVINO IR xml and bin files can be found in models/salt/model/.
In order to specify FaultSeg in your configuration file, set given_model_name to
salt under inference_params.
Facies¶
The Facies repository can be found here: Facies repository.
The OpenVINO IR xml and bin files can be found in models/facies/model/.
In order to specify FaultSeg in your configuration file, set given_model_name to
facies under inference_params.