Shannon Shen

Results 44 comments of Shannon Shen

Duplicated PR for #45

Can you start a new PR that only contains the paddle model scripts, and reorganize the file structure following #53 ? Thanks!

Following #64 and #65 , could you also migrate the PaddleOCR updates to a new PR? thanks!

I think the problem is majorly about the way you've installed pytorch and Detectron2. One thing to try first is whether pytorch is successfully installed -- e.g., ``` import torch...

Thanks for brining up this issue, @ehildebrandtrojo ! Detecting complex archival tables is always a challenge and the solution can vary case by case. Generally I would say you can...

Thanks! The command will return an PIL image object, and you could try to use the `.show` command to have it displayed: `lp.draw_box(xx).show()`. It's definitely not the most elegant solution...

Thank you @e-tornike for reporting this issue! I feel a straightforward solution is to just create another environment and re-install torch (even with a CPU version), and test it it...

Thanks for reporting. Yes, that's a bug - should be fix in the next update.

> @lolipopshock By the way, I think the `is_in` operation is too strict. Would it be better to allow some flexibility? This is especially useful for some blocks which are...

> What you mention could be an instant solution. On the other hand, correct me if I am wrong, it requires to provide absolute value for `soft_margin` which is case-by-case....