nasaharvest / presto

Lightweight, Pre-trained Transformers for Remote Sensing Timeseries
https://arxiv.org/abs/2304.14065
MIT License
151 stars 26 forks source link

Fine-tuning Presto for semantic segmentation tasks #36

Open mahrokh3409 opened 1 month ago

mahrokh3409 commented 1 month ago

Hi @gabrieltseng,

May I know if you have any examples of fine-tuning Presto for semantic segmentation tasks?

Kind Regards, Mah

gabrieltseng commented 1 month ago

Hi @mahrokh3409 ,

Presto operates on pixels, so a semantic segmentation task would be equivalent to a pixel-classification task (like we have implemented for CropHarvest).

mahrokh3409 commented 1 month ago

Hi @gabrieltseng,

Thank you for your response and pointing that out! I haven't seen the file you mentioned before. I'll look into it further. Thanks again for bringing it to my attention!

Kind Regards, Mah