Update app.py
Browse files
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=
|
| 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()):
|