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.46k stars 422 forks source link

[Question] about Getting confidence score #184

Open phamkhactu opened 1 week ago

phamkhactu commented 1 week 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 days ago

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

phamkhactu commented 1 day 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