rocknet

Rockfall and earthquake detection and association via multitask learning and transfer learning

https://github.com/tso1257771/rocknet

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary

Keywords

deep-learning detection-model earthquakes multitask-learning rockfall seismology transfer-learning
Last synced: 6 months ago · JSON representation

Repository

Rockfall and earthquake detection and association via multitask learning and transfer learning

Basic Info
  • Host: GitHub
  • Owner: tso1257771
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 74.8 MB
Statistics
  • Stars: 12
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
deep-learning detection-model earthquakes multitask-learning rockfall seismology transfer-learning
Created over 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation

README.md

DOI

RockNet

Rockfall and earthquake detection and association via multitask learning and transfer learning.
Our preprint article can be found here.

2020-03-28T13:41:20 00

Complete dataset

Please also download the complete data hosted on Dryad (https://doi.org/10.5061/dryad.tx95x6b2f), follow the instructions and place the files to specified directories in this repository.

Summary

Installation

To run this repository, we suggest Anaconda and pip for environment managements.

Clone this repository:

bash git clone https://github.com/tso1257771/RockNet.git cd RockNet

Create a new environment

bash conda create -n rocknet python==3.7.3 anaconda conda activate rocknet pip install --upgrade pip pip install -r ./requirements.txt --ignore-installed

Make prediction on hourly SAC files

In this repository, we provide two hourly three-component seismograms as examples for making predictions on continuous data.
The data seismograms were collected in the Luhu tribe, Miaoli county, Taiwan.

Enter the directory ./Luhu_pred_ex
bash cd ./Luhu_pred_ex 1. Run script Luhu_pred_ex/P01_net_STMF.py to generate the output functions (also in SAC format) in Luhu_pred_ex/net_pred from the provided SAC files Luhu_pred_ex/sac
python P01_net_STMF.py 2. Plot some prediction results
python P02_plot.py

Owner

  • Login: tso1257771
  • Kind: user

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 18
  • Total Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.056
Past Year
  • Commits: 18
  • Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.056
Top Committers
Name Email Commits
tso1257771 3****1 17
tso1257771 t****1@g****m 1

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • h5py ==3.1.0
  • matplotlib ==3.3.2
  • numpy ==1.19.5
  • obspy ==1.2.2
  • pandas ==1.3.5
  • scipy ==1.5.2
  • tensorflow ==2.5.3
  • tensorflow_addons ==0.11.2