wxl commited on
Commit
cb2448b
1 Parent(s): 3192e12

add Kitti example

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. figure/exp2.png +0 -0
app.py CHANGED
@@ -87,7 +87,8 @@ def KittiBEV():
87
 
88
  gr.Markdown("## Image Examples")
89
  gr.Examples(
90
- examples=[['./figure/exp1.jpg', 27, 7, 6, 1000]],
 
91
  inputs= [front_img, fov, pitch, scale, out_size],
92
  outputs=[BEV_output],
93
  fn=get_BEV_kitti,
 
87
 
88
  gr.Markdown("## Image Examples")
89
  gr.Examples(
90
+ examples=[['./figure/exp1.jpg', 27, 7, 6, 1000],
91
+ ['./figure/exp2.jpg', 17.5, 0.8, 4, 1000]],
92
  inputs= [front_img, fov, pitch, scale, out_size],
93
  outputs=[BEV_output],
94
  fn=get_BEV_kitti,
figure/exp2.png ADDED