Spaces:
Runtime error
Runtime error
updates hearder information
Browse files
app.py
CHANGED
@@ -27,6 +27,15 @@ from model import AppModel
|
|
27 |
## Edit and
|
28 |
DESCRIPTION = """# MMDetection
|
29 |
This is an unofficial demo for [https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"""
|
31 |
FOOTER = '<img id="visitor-badge" src="https://visitor-badge.glitch.me/badge?page_id=hf-technical-mmdetection" alt="visitor badge" />'
|
32 |
|
|
|
27 |
## Edit and
|
28 |
DESCRIPTION = """# MMDetection
|
29 |
This is an unofficial demo for [https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection).
|
30 |
+
|
31 |
+
With this demo, object detection using the Mask R-CNN & Faster R-CNN model can be performed. You can upload image files, or use the example files below.
|
32 |
+
|
33 |
+
For more information on the Models, find some helpful resources below.
|
34 |
+
|
35 |
+
- Pretrained model from [OpenMMlab](https://github.com/open-mmlab/mmdetection)
|
36 |
+
- [Faster R-CNN Paper: Towards Real-Time Object
|
37 |
+
Detection with Region Proposal Networks](https://arxiv.org/pdf/1506.01497.pdf)
|
38 |
+
- [Mask R-CNN Paper](https://arxiv.org/pdf/1703.06870.pdf)
|
39 |
"""
|
40 |
FOOTER = '<img id="visitor-badge" src="https://visitor-badge.glitch.me/badge?page_id=hf-technical-mmdetection" alt="visitor badge" />'
|
41 |
|