Itsuki

Results 12 comments of Itsuki

@phamkhactu No, I successfully converted DLA-34 to ONNX but the inference doesn't work and I don't understand why

@phamkhactu Hi, this is code for converting to ONNX in final file ``` https://github.com/Holmes2002/Table-Recognition/blob/main/LORE-TSR/src/lib/models/networks/pose_dla_dcn.py ``` My own inference code but did't work ``` https://github.com/Holmes2002/Table-Recognition/blob/main/LORE-TSR/src/lib/models/networks/inference_onnx.py ``` You can check and modify...