xmrt commited on
Commit
b675724
1 Parent(s): d8c9e2f

3d pers looking weird

Browse files
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -218,10 +218,10 @@ def run_UI():
218
  submit_hand_web = gr.Button("Make 2d hand estimation", variant="primary")
219
  submit_detect_web = gr.Button("Detect and track objects", variant="primary")
220
  with gr.Row():
221
- webcam_output1 = gr.PlayableVideo(height=512, label = "Estimate human 2d poses", show_label=True)
222
- webcam_output2 = gr.PlayableVideo(height=512, label = "Estimate human 3d poses", show_label=True)
223
- webcam_output3 = gr.PlayableVideo(height=512, label = "Estimate human hand position", show_label=True)
224
- webcam_output4 = gr.Video(height=512, label = "Detection and tracking", show_label=True, format="mp4")
225
 
226
  with gr.Tab("General information"):
227
  gr.Markdown("""
 
218
  submit_hand_web = gr.Button("Make 2d hand estimation", variant="primary")
219
  submit_detect_web = gr.Button("Detect and track objects", variant="primary")
220
  with gr.Row():
221
+ webcam_output1 = gr.PlayableVideo(height=716, label = "Estimate human 2d poses", show_label=True)
222
+ webcam_output2 = gr.PlayableVideo(height=716, label = "Estimate human 3d poses", show_label=True)
223
+ webcam_output3 = gr.PlayableVideo(height=716, label = "Estimate human hand position", show_label=True)
224
+ webcam_output4 = gr.Video(height=716, label = "Detection and tracking", show_label=True, format="mp4")
225
 
226
  with gr.Tab("General information"):
227
  gr.Markdown("""