Open oguzhannysr opened 7 months ago
Thank you for your interest in our work. For the inference procedure, please refer to lines 281-303 in main_finetune.py, and remember to includewith torch.no_grad()
@moonboy12138 I want to do the segmentation task for sentinel-2 with the pre-trained model. What should my input images look like? Also, will I do this with the main_finetune.py file?
We recommend setting the input images to [12, 128, 128], but you can modify the patch embedding as needed. Just ensure that the encoder makes full use of the input.
Hello, thank you for your work. How can I inference your pretrained model? For example, I want to make inferences in this model with my Sentinel-2 images.