DaloroAT / first_breaks_picking

First break picking in seismic gather
Apache License 2.0
106 stars 38 forks source link

didn't understand how to pick first break? #2

Closed ad1995-geek closed 1 year ago

ad1995-geek commented 2 years ago

could you help me out , how to pick first break? I have read all of the codes. but only functions are defined. Didn't understand what are the functions are to be called ?

DaloroAT commented 2 years ago

Yes, of course.

First breaks are calculated during training to keep track of metrics. This is done using function here. This function does several calculations based on the last layer's featuremap.

To get a vector with the values of the first breaks, use this function.

poprafka commented 2 years ago

Hi DaloroAT, really interesting code and a nice readme! However, I'd like to add a vote to a better documentation and how to use/test the code. An example code introducing and demonstrating the expected input for the individual steps would be very appreciated.

DaloroAT commented 2 years ago

Hi @poprafka . Nice to hear that someone is interested in improving the project. In fact, I did this project when I wanted to go into deep learning, it was part of my CV. The last commit was more than two years ago when I was hired))

If you need usage documentation, I'll add it as soon as free time becomes available.

Also I continue the idea of ​​this project in a private repository. It changed the architecture, the network was trained on real data, and a FastAPI web server was also written to serve the model. If you are interested, write to at.daloro@gmail.com.

HHTC0 commented 1 year ago

Hi, thank you for the code. As you mentioned above, did you had a chance to write down document on how to use the code?

DaloroAT commented 1 year ago

Hello @ad1995-geek @poprafka @HHTC0 ! I've finally updated the repo, added tutorials and model weights, and released new features.

You can find updates on two URLs: https://github.com/DaloroAT/first_breaks_picking https://pypi.org/project/first-breaks-picking/