You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello:
I want to use Paligemma to segment water in satellite images. However, I haven't been able to find any documentation on how to scale the points inside my mask to be able to use them in Paligemma.
So far I have done the following:
Variables:
(x, y): is 1 point of the 8 needed.
w, h = width, height of the bounding box
I do the following transformation of x and y:
x_paligemma = xw / 64
y_paligemma = yh / 64
When I try to fine-tune the Paligemma model on this transformation, I obtain empty predictions.
Could you please tell me how can I prepare the segmentation points to have results in my model?
Thank you so much for your response!
The text was updated successfully, but these errors were encountered:
Hello:
I want to use Paligemma to segment water in satellite images. However, I haven't been able to find any documentation on how to scale the points inside my mask to be able to use them in Paligemma.
So far I have done the following:
Variables:
(x, y): is 1 point of the 8 needed.
w, h = width, height of the bounding box
I do the following transformation of x and y:
x_paligemma = xw / 64
y_paligemma = yh / 64
When I try to fine-tune the Paligemma model on this transformation, I obtain empty predictions.
Could you please tell me how can I prepare the segmentation points to have results in my model?
Thank you so much for your response!
The text was updated successfully, but these errors were encountered: