Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ import requests
|
|
| 12 |
|
| 13 |
from viz_utils import save_results_as_json, draw_keypoints_on_image, draw_bbox_w_text, save_results_only_dlc
|
| 14 |
from detection_utils import predict_md, crop_animal_detections
|
|
|
|
| 15 |
from ui_utils import gradio_inputs_for_MD_DLC, gradio_outputs_for_MD_DLC, gradio_description_and_examples
|
| 16 |
|
| 17 |
from deeplabcut.utils import auxiliaryfunctions
|
|
|
|
| 12 |
|
| 13 |
from viz_utils import save_results_as_json, draw_keypoints_on_image, draw_bbox_w_text, save_results_only_dlc
|
| 14 |
from detection_utils import predict_md, crop_animal_detections
|
| 15 |
+
from dlc_utils import predict_dlc
|
| 16 |
from ui_utils import gradio_inputs_for_MD_DLC, gradio_outputs_for_MD_DLC, gradio_description_and_examples
|
| 17 |
|
| 18 |
from deeplabcut.utils import auxiliaryfunctions
|