-
I have a large satellite image that overwhelms our GPU (10gb). I was able to tile the image and then loop over the tiles with the generate function. However, since I am only interested in segmenting the building footprints, I'd like to use the predict function, using an input layer. Is there a way to use the input from one tile and apply that input to the subsequent tiles? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Aug 16, 2023
Replies: 1 comment
-
Good suggestion. This is not supported yet. I will see if it can be implemented. Contributions are welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adm-gis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good suggestion. This is not supported yet. I will see if it can be implemented. Contributions are welcome