-
Apologies for the doubt, but from what I've seen on Netron, the layout model and tsr model used by DeepDoc are under the AGPL-3.0 license. Does this mean that I cannot freely use DeepDoc in my company's commercial projects? Looking forward to your response, many thanks🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
KevinHuSh
Sep 30, 2024
Replies: 2 comments 8 replies
-
Which parts are under AGPL-3.0? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Team:
Many thanks for your reply, and I apologize for the late email response.
When I check the metadata of the .onnx models , found that the tsr.onnx and layout.xxx are based on AGPL-3.0 license:
$ onnx inspect -m ragflow/ragflow/rag/res/deepdoc/tsr.onnx
Meta information
…--------------------------------------------------------------------------------
IR Version: 8
Opset Import: [version: 17
]
Producer name: pytorch
Producer version: 2.2.0
Domain:
Doc string:
meta.{} = {} description Ultralytics best model trained on PubTables-1M-yolo-datasets/data.yaml
meta.{} = {} author Ultralytics
meta.{} = {} license AGPL-3.0 https://ultralytics.com/license
meta.{} = {} date 2024-03-25T04:36:35.872713
meta.{} = {} version 8.1.18
meta.{} = {} stride 32
meta.{} = {} task detect
meta.{} = {} batch 1
meta.{} = {} imgsz [640, 640]
meta.{} = {} names {0: 'table', 1: 'table column', 2: 'table row', 3: 'table column header', 4: 'table projected row header', 5: 'table spanning cell', 6: 'table grid cell'}
onnx inspect -m ragflow/ragflow/rag/res/deepdoc/layout.onnx
Meta information
--------------------------------------------------------------------------------
IR Version: 8
Opset Import: [version: 17
]
Producer name: pytorch
Producer version: 2.2.0
Domain:
Doc string:
meta.{} = {} description Ultralytics best model trained on /yifan/CDLA-yolo/data.yaml
meta.{} = {} author Ultralytics
meta.{} = {} license AGPL-3.0 https://ultralytics.com/license
meta.{} = {} date 2024-02-29T01:29:38.132690
meta.{} = {} version 8.1.18
meta.{} = {} stride 32
meta.{} = {} task detect
meta.{} = {} batch 1
meta.{} = {} imgsz [640, 640]
meta.{} = {} names {0: 'none', 1: 'text', 2: 'title', 3: 'figure', 4: 'figure_caption', 5: 'table', 6: 'table_caption', 7: 'header', 8: 'footer', 9: 'reference', 10: 'equation'}
Does this mean that in our company's commercial projects, at least we cannot use these two types of models freely?
Would you please help to check this?
Thanks again🙂
BR,
Yunpeng
Original
From:"Kevin Hu"< ***@***.*** >;
Date:2024/9/11 9:40
To:"infiniflow/ragflow"< ***@***.*** >;
CC:"dpnotnull"< ***@***.*** >;"Author"< ***@***.*** >;
Subject:Re: [infiniflow/ragflow] Regarding the open-source license of ONNXmodels (Discussion #2257)
Which parts are under AGPL-3.0?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could download from huggingface.
https://huggingface.co/InfiniFlow/deepdoc