2. Hydrology
4.2 Object Detection
5.1 Optical Flow
6. Statistics
7. Updates
- Atmospheric Science by JONH M. WALLACE and PETER V. HOBBS
- Python Gallery for meterology
- A Review of Global Precipitation Datasets: Data Sources, Estimation, and Intercomparisons
- Hydrologic Remote Sensing: Capacity Building for Sustainability and Resilience
Hydrology (notes)
- 神经网络与深度学习
- Standford CS231: Convolutional Neural Networks for Visual Recognition
- Learning kernels for CV 3.1 Orientation Filter: Gabor Filter Interesting intro; opencv
- Collection of Pytorch Lists
ML/DL for weather prediction (notes)
- Generating Videos with Scene Dynamics/GAN
- A Predictive Neural Network for Learning Higher-Order Non-Stationarity from Spatiotemporal Dynamics
- Deep Learning for Precipitation Nowcasting: A benchmark and A new model
- Temporal Convolutional Neural Network for the Classification of Satellite Image Time Series
ML/DL for rainfall estimation (notes)
-
Video-based rainfall removal
1.1 Video Rain Streak Removal By Multiscale ConvolutionalSparse Coding
1.2 Is it Raining Outside?Detection of Rainfall using General-Purpose Surveillance Cameras | code
-
Image-based rainfall removal
2.1 JORDEN: Deep Joint Rain Detection from a Single Image
2.2 Rain Streaks Detection and Removal in Image based on Entropy Maximization and Background Estimation
2.3 Spatial Attentive Single-Image Deraining with a High Quality Real Rain dataset
2.4 Dynamic Routing Residue Recurrent Network for Video Removal
2.5 Progressive Image Deraining Networks: A Better and Simpler Baseline
Generative Adversaril Network(GAN) (notes)
Methods:
Lucas-Kanade method: it tracks the corner with Shi-Tomasi algorithm and calculate (u,v) by solving 9 equations and then estimate the 3x3 patch movement;
cv2.calcOpticalFlowPyrLK
Gunner Farneback's algorithm (Dense): It computes the optical flow for all the points in the frame;
cv2.calcOpticalFlowFarneback
- Optical flow models as an open benchmark for radar-based precipitation nowcasting
Codes available on github: optical flow
- Novel Video Prediction for Large-scale Scene using Optical Flow
- Two Frame Motion Estimation Based on Polynomial Expansion
- my radar project demo
- FlowNet: Learning Optical Flow with Convolutional Networks
- Migrate to library
- Update hydrology (2019.6.16)
- Update GAN collections and rainfall removal category(2019.6.2)
- FlowNet: Learning Optical Flow with Convolutional Networks(2019.5.23)
- 神经网络与深度学习 (2019.5.22)
- optical flow models as an open benchmark for radar-based precipitation nowcasting (2019.5.16)
- Novel Video Prediction for Large-scale Scene using Optical Flow (2019.5.16)
- Generating Videos with Scene Dynamics/GAN (2019.5.16)
- Two Frame Motion Estimation Based on Polynomial Expansion