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