Itsuki

Results 12 comments of Itsuki

Should I adjust parameter num_negatives in config file for custom data ?

I believe that Discriminator causses this problem. Model D is simple so each iter they learn too well . So after running a little time, loss will be 0. U...

I see the format of each cell in tables in paper and using some methods to reorder them

Does anyone has code for table structure recovery in LORE

Hi, I want to export Lore model to onnx , does anyone solve this problem ?

I change DCN from .DCNv2.dcn_v2 import DCN into from .dcn.modules.deform_conv import ModulatedDeformConvPack as DCN but can't convert ONNX error always ``` RuntimeError: No Op registered for DCNv2 with domain_version of...

@vavinash992 Hi, You can use Post Processing of LGPMA Table ``` https://github.com/hikopensource/DAVAR-Lab-OCR/tree/main/davarocr/davar_table/core/post_processing ``` Use this post processing + get bounding box of cells in LORE

@artshcherbina Hi, Do you know how to export Lore to ONNX ?

@SWHL Hi, It is great work! However, I just want to export Lore to ONNX and I want to use my own Table Recovery due to low performance when using...

Hi, Thank you for your repo to convert Lore to ONNX. However, seem that you converted model ckpt_wireless-Resnet 18 to ONNX. I want to convert models DLA-34 to ONNX. Have...