sabrinabenas commited on
Commit
8f6affd
β€’
1 Parent(s): 571ea3a
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -246,7 +246,8 @@ def predict_pipeline(img_input,
246
  kpts_likelihood_th,
247
  path_to_DLCmodel,
248
  dlc_proc)
249
-
 
250
  # Produce final image
251
  img_background = Image.fromarray(md_results.ims[0]) # img_input or Image.fromarray(md_results.imgs[0])?
252
  # Image.fromarray(md_results.imgs[0]) --> (640, 479)
 
246
  kpts_likelihood_th,
247
  path_to_DLCmodel,
248
  dlc_proc)
249
+ print(list_kpts_per_crop)
250
+ print(list_crops)
251
  # Produce final image
252
  img_background = Image.fromarray(md_results.ims[0]) # img_input or Image.fromarray(md_results.imgs[0])?
253
  # Image.fromarray(md_results.imgs[0]) --> (640, 479)