Replies: 1 comment
-
| 
         Hi guy,  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PaddleOCR Team!
When using the RT-DETR-L_wired_cell_det model for table cell detection, I encountered a hard limit: the maximum number of objects the model returns per image is 300. This limitation causes problems for images containing large tables, where detecting all cells is critical. In such cases, some cells are simply not detected, which affects the completeness and accuracy of table recognition.
Is there a way to increase the maximum number of detected objects with the current model version (3.1.0)? For example, via a configuration parameter or other method?
I greatly appreciate the PaddleOCR project and the incredible work of its developers.
Beta Was this translation helpful? Give feedback.
All reactions