Keras implementation based on Tensorflow and dataset SCSE-Eddy for article "A Deep Framework for Eddy Detection and Tracking from Satellite Sea Surface Height Data"
Unzip and locate it
python3 FrameWork.py
store the detection results on your own path
load the detection results and then
python3 trace.py
Methods | N-Cyclone | N-Anticyclone | N-All |
---|---|---|---|
PET | 4437 | 3737 | 8210 |
EddyNet | 4502 | 3794 | 8296 |
PSPNet | 4614 | 3906 | 8520 |
Ours | 4662 | 3952 | 8614 |
Please refer to the citations in this paper(access address: https://doi.org/10.1109/TGRS.2020.3032523 or https://ieeexplore.ieee.org/document/9247537) for SCSE-Eddy dataset. We will continuously update for researchers.