Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- object-detection
|
4 |
+
- detectron2
|
5 |
+
- layout-parser
|
6 |
+
base_model:
|
7 |
+
- layoutparser/detectron2
|
8 |
+
pipeline_tag: object-detection
|
9 |
+
---
|
10 |
+
|
11 |
+
# NammaModel
|
12 |
+
|
13 |
+
This model is trained for object detection tasks using Detectron2 and Layout Parser.
|