Instructions to use qihoo360/360LayoutAnalysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qihoo360/360LayoutAnalysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="qihoo360/360LayoutAnalysis")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("qihoo360/360LayoutAnalysis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
模型能区分下吗?
#2
by 520jefferson - opened
readme写的很清楚各个模型是干什么的
readme写的很清楚各个模型是干什么的,和4个模型的介绍,我看readme没有具体对应到名字,看着也有点迷惑。
感谢回复,找到详细地方写了这个东西,在github上:https://github.com/360AILAB-NLP/360LayoutAnalysis
