Spaces:
Build error
Build error
vchiang001
commited on
Commit
·
6f4b064
1
Parent(s):
9f10359
Update app.py
Browse files
app.py
CHANGED
@@ -542,7 +542,7 @@ def predict_pipeline(img_input,
|
|
542 |
# Compute kpts for each crop
|
543 |
list_kpts_per_crop = predict_dlc(list_crops,
|
544 |
kpts_likelihood_th,
|
545 |
-
"dlcmodel/
|
546 |
#path_to_DLCmodel,
|
547 |
dlc_proc)
|
548 |
|
|
|
542 |
# Compute kpts for each crop
|
543 |
list_kpts_per_crop = predict_dlc(list_crops,
|
544 |
kpts_likelihood_th,
|
545 |
+
"dlcmodel/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1",
|
546 |
#path_to_DLCmodel,
|
547 |
dlc_proc)
|
548 |
|