Inference

#2
by deveshcse - opened

I am trying to use this model for table detection and it is working. I need help that how can I filter the detected tables ie I want only borderless in my results.
Thank you.

I am trying to use this model for table detection and it is working. I need help that how can I filter the detected tables ie I want only borderless in my results.
Thank you.

Hi Deveshcse, you can do results[0].boxes.cls for class labels, which is in the author’s documentation https://github.com/keremberke/awesome-yolov8-models

Sign up or log in to comment