Spaces:
Sleeping
Sleeping
wxl
commited on
Commit
·
188fe4e
1
Parent(s):
253a56b
exp2.jpg ==> exp2.png
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def KittiBEV():
|
|
88 |
gr.Markdown("## Image Examples")
|
89 |
gr.Examples(
|
90 |
examples=[['./figure/exp1.jpg', 27, 7, 6, 1000],
|
91 |
-
['./figure/exp2.
|
92 |
inputs= [front_img, fov, pitch, scale, out_size],
|
93 |
outputs=[BEV_output],
|
94 |
fn=get_BEV_kitti,
|
|
|
88 |
gr.Markdown("## Image Examples")
|
89 |
gr.Examples(
|
90 |
examples=[['./figure/exp1.jpg', 27, 7, 6, 1000],
|
91 |
+
['./figure/exp2.png', 17.5, 0.8, 4, 1000]],
|
92 |
inputs= [front_img, fov, pitch, scale, out_size],
|
93 |
outputs=[BEV_output],
|
94 |
fn=get_BEV_kitti,
|