Spaces:
Running
Running
fcakyon
commited on
Commit
Β·
8b25649
1
Parent(s):
b767985
update title
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Small Object Detection
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
|
|
1 |
---
|
2 |
+
title: Small Object Detection with MMDetection
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
app.py
CHANGED
@@ -120,18 +120,18 @@ def sahi_mmdet_inference(
|
|
120 |
|
121 |
|
122 |
st.set_page_config(
|
123 |
-
page_title="SAHI + MMDetection
|
124 |
page_icon="",
|
125 |
layout="centered",
|
126 |
initial_sidebar_state="auto",
|
127 |
)
|
128 |
|
129 |
st.markdown(
|
130 |
-
"<h2 style='text-align: center'> SAHI + MMDetection
|
131 |
unsafe_allow_html=True,
|
132 |
)
|
133 |
st.markdown(
|
134 |
-
"<p style='text-align: center'>SAHI is a lightweight vision library for performing large scale object detection
|
135 |
unsafe_allow_html=True,
|
136 |
)
|
137 |
|
|
|
120 |
|
121 |
|
122 |
st.set_page_config(
|
123 |
+
page_title="Small Object Detection with SAHI + MMDetection",
|
124 |
page_icon="",
|
125 |
layout="centered",
|
126 |
initial_sidebar_state="auto",
|
127 |
)
|
128 |
|
129 |
st.markdown(
|
130 |
+
"<h2 style='text-align: center'> Small Object Detection with SAHI + MMDetection </h1>",
|
131 |
unsafe_allow_html=True,
|
132 |
)
|
133 |
st.markdown(
|
134 |
+
"<p style='text-align: center'>SAHI is a lightweight vision library for performing large scale object detection and instance segmentation.. <a href='https://github.com/obss/sahi'>SAHI Github</a> | <a href='https://medium.com/codable/sahi-a-vision-library-for-performing-sliced-inference-on-large-images-small-objects-c8b086af3b80'>SAHI Blog</a> | <a href='https://huggingface.co/spaces/fcakyon/sahi-yolov5'>SAHI+YOLOv5 Demo</a> </p>",
|
135 |
unsafe_allow_html=True,
|
136 |
)
|
137 |
|