Geotiff-zoom level #97
              
                
                  
                  
                    Answered
                  
                  by
                    giswqs
                  
              
          
                  
                    
                      paolodep36
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         I wanted to ask if there was an option to specify a zoom level when I pass one of my geotiff. I noticed in the meta ai site demo that if I try to segment the image with different zoom levels, Sam is able to segment some objects better.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            giswqs
          
      
      
        Jun 1, 2023 
      
    
    Replies: 1 comment
-
| 
         Currently, the answer is no. The program convert the image to numpy array for segmentation. If you want different image resolution, you can other third party libraries (e.g., scikit-image) to manipulate the image.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        giswqs
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Currently, the answer is no. The program convert the image to numpy array for segmentation. If you want different image resolution, you can other third party libraries (e.g., scikit-image) to manipulate the image.