mwmathis commited on
Commit
db788e4
Β·
1 Parent(s): 7d3744b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def predict_pipeline(img_input,
93
 
94
  ##############################################################
95
  # Run DLC and visualize results
96
- dlc_proc = Processor()
97
 
98
  # if required: ignore MD crops and run DLC on full image [mostly for testing]
99
  if flag_dlc_only:
 
93
 
94
  ##############################################################
95
  # Run DLC and visualize results
96
+ dlc_proc = deeplabcut.video_inference_superanimal()#Processor()
97
 
98
  # if required: ignore MD crops and run DLC on full image [mostly for testing]
99
  if flag_dlc_only: