openclimatefix / satflow

Satellite Optical Flow with machine learning models
https://satflow.readthedocs.io/en/stable/
MIT License
59 stars 11 forks source link

Create output video visualizations #91

Open jacobbieker opened 2 years ago

jacobbieker commented 2 years ago

Add creating video visualizations with the output from SatFlow models, possibly overlaying the cloud mask as well. The main idea is for the HuggingFace Spaces visualization (https://huggingface.co/spaces/openclimatefix/MetNet) so that we can have interactive widgets showing off the models we are training!

@peterdudfield Would the visualizations you've been making work for making videos?

peterdudfield commented 2 years ago

Yea I'm sure we can do something

I was essentially just using - https://plotly.com/python/animations/

Let me know how I could help

peterdudfield commented 2 years ago

For some not very clean code - https://github.com/openclimatefix/nowcasting_dataset/blob/main/notebooks/2021-08-26/video.py

jacobbieker commented 2 years ago

Okay, great, thanks! I'll start looking through it

JackKelly commented 2 years ago

Love this idea! And thanks loads for jumping in, @peterdudfield!