dylanplummer commited on
Commit
392e794
·
verified ·
1 Parent(s): fd5ccd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def sigmoid(x):
53
 
54
  @spaces.GPU()
55
  def inference(stream_url, start_time, end_time, count_only_api, api_key,
56
- img_size=224, seq_len=64, stride_length=32, stride_pad=3, batch_size=4,
57
  miss_threshold=0.8, marks_threshold=0.5, median_pred_filter=True, center_crop=True, both_feet=True,
58
  api_call=False,
59
  progress=gr.Progress()):
 
53
 
54
  @spaces.GPU()
55
  def inference(stream_url, start_time, end_time, count_only_api, api_key,
56
+ img_size=256, seq_len=64, stride_length=32, stride_pad=3, batch_size=4,
57
  miss_threshold=0.8, marks_threshold=0.5, median_pred_filter=True, center_crop=True, both_feet=True,
58
  api_call=False,
59
  progress=gr.Progress()):