Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adokter/mistnet
MistNet convolution neural network for segmentation of rain and biology in weather radar data
https://github.com/adokter/mistnet
Last synced: about 2 months ago
JSON representation
MistNet convolution neural network for segmentation of rain and biology in weather radar data
- Host: GitHub
- URL: https://github.com/adokter/mistnet
- Owner: adokter
- License: mit
- Created: 2019-10-17T00:23:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T01:40:06.000Z (about 5 years ago)
- Last Synced: 2024-06-11T16:35:23.978Z (7 months ago)
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MistNet
MistNet is a convolution neural network for segmentation of rain and biology in weather radar data, developed by Tsung-Yu Lin et al. at University of Massachusetts AmherstThis repository contains a [PyTorch](https://pytorch.org/) implementation of MistNet.
For details, see our [publication](https://doi.org/10.1111/2041-210X.13280):
Tsung‐Yu Lin, Kevin Winner, Garrett Bernstein, Abhay Mittal, Adriaan M. Dokter, Kyle G. Horton, Cecilia Nilsson, Benjamin M. Van Doren, Andrew Farnsworth. Frank A. La Sorte, Subhransu Maji, Daniel Sheldon (2019) MistNet: Measuring historical bird migration in the US using archived weather radar data and convolutional neural networks, *Methods in Ecology and Evolution*, [DOI 10.1111/2041-210X.13280](https://doi.org/10.1111/2041-210X.13280)
To use MistNet in the [vol2bird](https://github.com/adokter/vol2bird) algorithm, a local copy of [`mistnet_nexrad.pt`](https://github.com/adokter/MistNet/blob/master/mistnet_nexrad.pt) is required in addition to the full installation of vol2bird, see vol2bird install instructions for details.