Spaces:
Runtime error
Runtime error
chore: adding images
Browse files- app.py +2 -2
- assets/convolution.png +0 -0
- assets/involution.png +0 -0
app.py
CHANGED
@@ -35,10 +35,10 @@ Authors: <a href='https://twitter.com/ariG23498' target='_blank'>Aritra Roy Gost
|
|
35 |
<a href='https://arxiv.org/abs/2103.06255' target='_blank'>Involution: Inverting the Inherence of Convolution for Visual Recognition</a>
|
36 |
<br>
|
37 |
Convolution Kernel
|
38 |
-
<img src='
|
39 |
<br>
|
40 |
Involution Kernel
|
41 |
-
<img src='
|
42 |
</center>"""
|
43 |
|
44 |
iface = gr.Interface(
|
|
|
35 |
<a href='https://arxiv.org/abs/2103.06255' target='_blank'>Involution: Inverting the Inherence of Convolution for Visual Recognition</a>
|
36 |
<br>
|
37 |
Convolution Kernel
|
38 |
+
<img src='https://i.imgur.com/Y7xVrwb.png' alt='Convolution'>
|
39 |
<br>
|
40 |
Involution Kernel
|
41 |
+
<img src='https://i.imgur.com/jHIW26g.png' alt='Involution'>
|
42 |
</center>"""
|
43 |
|
44 |
iface = gr.Interface(
|
assets/convolution.png
DELETED
Binary file (14.8 kB)
|
|
assets/involution.png
DELETED
Binary file (11.3 kB)
|
|