CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

Not accurate results

Open Ahmad-AlShalabi opened this issue 4 years ago • 4 comments

@DevashishPrasad Thanks for sharing your hard work in this project.

I followed the pipeline using Colab but I did not get the same results, and for Bordered tables, I did not get the table structure(cells), and in some cases incomplete table structure (missing columns).

Could you please tell us where is the missing point?

Thanks in advance!

this is the result for demo image:

image

intersection:

image

detected cells:

image

image

Another demo image:

image

image

image

image

Ahmad-AlShalabi avatar Dec 07 '20 11:12 Ahmad-AlShalabi

I also have the same problem, it’s strange that the Colab example doesn’t give the same result as the one presented on GitHub.

VincentJousse avatar Jan 07 '21 10:01 VincentJousse

any update on this issue?

martian1231 avatar Mar 17 '21 20:03 martian1231

@DevashishPrasad Thanks for sharing your hard work in this project.

I followed the pipeline using Colab but I did not get the same results, and for Bordered tables, I did not get the table structure(cells), and in some cases incomplete table structure (missing columns).

Could you please tell us where is the missing point?

Thanks in advance!

this is the result for demo image:

image

intersection:

image

detected cells:

image

image

Another demo image:

image

image

image

image

How did you get the intersection output?

AvikantSrivastava avatar Apr 11 '21 15:04 AvikantSrivastava

@DevashishPrasad Thanks for sharing your hard work in this project. I followed the pipeline using Colab but I did not get the same results, and for Bordered tables, I did not get the table structure(cells), and in some cases incomplete table structure (missing columns). Could you please tell us where is the missing point? Thanks in advance! this is the result for demo image: image intersection: image detected cells: image image Another demo image: image image image image

How did you get the intersection output?

first you can find borderFunc.py and activate line 54-55 ,while it show the intersection output

XueTuo avatar Oct 26 '21 04:10 XueTuo