Spaces:
Running
on
Zero
Running
on
Zero
text update
Browse files
app.py
CHANGED
@@ -415,9 +415,10 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
|
415 |
gr.Markdown(
|
416 |
"""
|
417 |
# Object Detection Demo
|
418 |
-
Experience state-of-the-art object detection with USTC's D-
|
419 |
- **Image** and **Video** modes are supported.
|
420 |
- Select a model and adjust the confidence threshold to see detections!
|
|
|
421 |
""",
|
422 |
elem_classes="header-text",
|
423 |
)
|
|
|
415 |
gr.Markdown(
|
416 |
"""
|
417 |
# Object Detection Demo
|
418 |
+
Experience state-of-the-art object detection with USTC's [D-FINE](https://huggingface.co/docs/transformers/main/model_doc/d_fine) models.
|
419 |
- **Image** and **Video** modes are supported.
|
420 |
- Select a model and adjust the confidence threshold to see detections!
|
421 |
+
- On video mode, you can enable tracking powered by [Supervision](https://github.com/roboflow/supervision) and [Trackers](https://github.com/roboflow/trackers) from Roboflow.
|
422 |
""",
|
423 |
elem_classes="header-text",
|
424 |
)
|