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
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,6 @@ pipeline_tag: object-detection
|
|
| 6 |
---
|
| 7 |
# 360LayoutAnalysis
|
| 8 |
|
| 9 |
-
[github](https://github.com/360AILAB-NLP/360LayoutAnalysis)
|
| 10 |
-
|
| 11 |
[English](./README_EN.md)
|
| 12 |
|
| 13 |
## 一、背景
|
|
|
|
| 6 |
---
|
| 7 |
# 360LayoutAnalysis
|
| 8 |
|
|
|
|
|
|
|
| 9 |
[English](./README_EN.md)
|
| 10 |
|
| 11 |
## 一、背景
|