CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

detect results is smoething wrong

Open cqray1990 opened this issue 5 years ago • 5 comments
trafficstars

when i test an image in Examples files named cTDaR_t10120.jpg, it just detect one table,and cells picture you show is as follows:

and i use epoch_36 to test, besides the code run to " table: [ 323 208 1135 557] [Table status] : Processing table with lines" it can not exit,stop here all the time cells

cqray1990 avatar May 30 '20 15:05 cqray1990

I encountered the same problem, have you solved it?

nuaalyh avatar Aug 11 '20 03:08 nuaalyh

I have solved my problem.My code is running on the server which does not support visual code: cv2.imshow( ). I commented the relevant code and then it worked.

nuaalyh avatar Aug 11 '20 06:08 nuaalyh

@kshitijkapadni if you can have a look at this issue.

DevashishPrasad avatar Aug 15 '20 18:08 DevashishPrasad

That is just the Printing issue and as @nuaalyh said it was solved by commenting out a few lines of visualization. Basically the coordinates are according to the whole page size and the image is cropped later only for the table and the boxes are being plotted on that image. As we require global coordinates i.e table and cell coordinates for the table with respect to the whole page, the XML generated is correct.

kshitijkapadni avatar Aug 15 '20 19:08 kshitijkapadni

Hi I am not even able to get this,

Here is what I get,

https://github.com/DevashishPrasad/CascadeTabNet/issues/66

can anyone help me with this? Thanks so much

kkissmart avatar Aug 16 '20 01:08 kkissmart