what mip mean in the code #163
              
                
                  
                  
                    Answered
                  
                  by
                    Tom94
                  
              
          
                  
                    
                      neilgogogo
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         Thank you for the excellent work, I have a question about the code. I saw many mip in the code, what does mip mean? instant-ngp/src/testbed_nerf.cu Line 1022 in 1f40048 Many thanks  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Tom94
          
      
      
        Feb 16, 2022 
      
    
    Replies: 1 comment 1 reply
-
| 
         Hi there,   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        Tom94
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi there,
mipis short for "mipmap level" and refers to the level of the multi-resolution occupancy grid that is to be used for empty-space skipping. (described in Appendix C of the paper)