Dear Orion AI-Lab,
I am stuck in replicating the results as reported in the paper while running the PAD models (UNET, CONV-LSTM and CONVSTAR).
For running the models I used the following command
Patch file name: "2019_31TCJ_patch_24_03.nc"
In case of Unet:
python visualize_predictions.py --model unet --root_path_coco coco_files/ --netcdf_path dataset/netcdf --bands B02 B03 B04 B08 --img_size 61 61 --requires_norm --load_checkpoint weights/unet/epoch=16-step=28695.ckpt
In case of Conv-LSTM:
python visualize_predictions.py --model convlstm --root_path_coco coco_files/ --netcdf_path dataset/netcdf --bands B02 B03 B04 B08 --img_size 61 61 --requires_norm --load_checkpoint weights/conv_lstm/epoch=17-step=60749.ckpt
In case of Conv-star
python visualize_predictions.py --model convstar --root_path_coco coco_files/ --netcdf_path dataset/netcdf --bands B02 B03 B04 B08 --img_size 61 61 --requires_norm --load_checkpoint weights/conv_star/epoch=15-step=27007.ckpt
I am attaching the output file in case of ConvStar.

If you could please assist me in this regard.
Many thanks for taking your time.
Regards,
Dear Orion AI-Lab,
I am stuck in replicating the results as reported in the paper while running the PAD models (UNET, CONV-LSTM and CONVSTAR).
For running the models I used the following command
Patch file name: "2019_31TCJ_patch_24_03.nc"
In case of Unet:
python visualize_predictions.py --model unet --root_path_coco coco_files/ --netcdf_path dataset/netcdf --bands B02 B03 B04 B08 --img_size 61 61 --requires_norm --load_checkpoint weights/unet/epoch=16-step=28695.ckptIn case of Conv-LSTM:
python visualize_predictions.py --model convlstm --root_path_coco coco_files/ --netcdf_path dataset/netcdf --bands B02 B03 B04 B08 --img_size 61 61 --requires_norm --load_checkpoint weights/conv_lstm/epoch=17-step=60749.ckptIn case of Conv-star
python visualize_predictions.py --model convstar --root_path_coco coco_files/ --netcdf_path dataset/netcdf --bands B02 B03 B04 B08 --img_size 61 61 --requires_norm --load_checkpoint weights/conv_star/epoch=15-step=27007.ckptI am attaching the output file in case of ConvStar.
If you could please assist me in this regard.
Many thanks for taking your time.
Regards,