Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,8 @@ with gr.Blocks() as demo:
|
|
96 |
gr.Markdown("""
|
97 |
# Crowd Counting based on SASNet
|
98 |
<p>
|
99 |
-
|
|
|
100 |
</p>
|
101 |
|
102 |
## Abstract
|
@@ -117,7 +118,7 @@ with gr.Blocks() as demo:
|
|
117 |
""")
|
118 |
with gr.Row():
|
119 |
with gr.Column():
|
120 |
-
gr.Markdown("")
|
121 |
with gr.Column():
|
122 |
text_output = gr.Label()
|
123 |
with gr.Row():
|
|
|
96 |
gr.Markdown("""
|
97 |
# Crowd Counting based on SASNet
|
98 |
<p>
|
99 |
+
This space implements crowd counting following the paper of Song et. al (2021). The model is a VGG16 base with MultiBranch-Channels. For more details see the official publication on AAAI.
|
100 |
+
Training data is the Shanghai-Tech A/B data set with Gaussian augmentation for density map creation. The data set annotates more than 300k people.
|
101 |
</p>
|
102 |
|
103 |
## Abstract
|
|
|
118 |
""")
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
121 |
+
gr.Markdown("Upload an image or use some of the example to let the model count your crowd. The estimated density map is plotted as well. Have fun!")
|
122 |
with gr.Column():
|
123 |
text_output = gr.Label()
|
124 |
with gr.Row():
|