DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.5k stars 430 forks source link

[Question] about Getting confidence score #184

Open phamkhactu opened 5 months ago

phamkhactu commented 5 months ago

Thanks for your excellent work.

I want to get best confidence score in result return from model. I don't see any docs or detail example from it.

result = inference_detector(model, img)

How can I get conf for each table?

qminh369 commented 5 months ago

Helllo, Can you help me to run CascadeTabNet in newest version? I have some conflict torch and mmcv version.

phamkhactu commented 4 months ago

Helllo, Can you help me to run CascadeTabNet in newest version? I have some conflict torch and mmcv version.

Yes, I ran it okie. You should use docker image to avoid conflict version. or here is my version:

mmcv==1.5.3 mmcv-full
mmdet==2.25.0
parthikjoshi commented 4 months ago

I tried so many times different methods but not able to set up cascadetabnet. Are there any other libraries for detecting tables from scanned PDFs and images?