Spaces:
Runtime error
Runtime error
updates hearder information
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ 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 |
-
With this demo, object detection using the Mask R-CNN & Faster R-CNN model can be performed.
|
|
|
31 |
For more information on the Models, find some helpful resources below.
|
32 |
- Pretrained model from [OpenMMlab](https://github.com/open-mmlab/mmdetection)
|
33 |
- [Faster R-CNN Paper: Towards Real-Time Object
|
|
|
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 |
+
With this demo, object detection using the Mask R-CNN & Faster R-CNN model can be performed.
|
31 |
+
The demo uses the [mmcv](https://github.com/open-mmlab/mmcv) library.You can upload image files, or use the example files below.
|
32 |
For more information on the Models, find some helpful resources below.
|
33 |
- Pretrained model from [OpenMMlab](https://github.com/open-mmlab/mmdetection)
|
34 |
- [Faster R-CNN Paper: Towards Real-Time Object
|