-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix deeplabcut.analyze_images() with CTD model
#2990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
604ab5b
db0eda0
2d4dd61
1f102b4
5f5c4eb
9131ba9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -28,6 +28,7 @@ | |||||||
| import deeplabcut.pose_estimation_pytorch.modelzoo as modelzoo | ||||||||
| from deeplabcut.core.engine import Engine | ||||||||
| from deeplabcut.modelzoo.utils import get_superanimal_colormaps | ||||||||
| from deeplabcut.pose_estimation_pytorch.apis.ctd import get_condition_provider | ||||||||
| from deeplabcut.pose_estimation_pytorch.apis.utils import ( | ||||||||
| get_detector_inference_runner, | ||||||||
| build_predictions_dataframe, | ||||||||
|
|
@@ -38,6 +39,7 @@ | |||||||
| parse_snapshot_index_for_analysis, | ||||||||
| get_filtered_coco_detector_inference_runner, | ||||||||
| ) | ||||||||
| from deeplabcut.pose_estimation_pytorch.data.ctd import CondFromModel | ||||||||
| from deeplabcut.pose_estimation_pytorch.modelzoo.utils import update_config | ||||||||
| from deeplabcut.pose_estimation_pytorch.task import Task | ||||||||
| from deeplabcut.pose_estimation_pytorch.utils import resolve_device | ||||||||
|
|
@@ -207,6 +209,7 @@ def superanimal_analyze_images( | |||||||
| device=device, | ||||||||
| progress_bar=progress_bar, | ||||||||
| filtered_detector_config=filtered_detector_config, | ||||||||
| # TODO: when COND_TOP_DOWN SuperAnimal models will be released - create & pass a conditions provider | ||||||||
|
||||||||
| # TODO: when COND_TOP_DOWN SuperAnimal models will be released - create & pass a conditions provider | |
| # TODO: when COND_TOP_DOWN SuperAnimal models will be released - create & pass a conditions provider | |
| # Tracking issue: https://github.com/DeepLabCut/DeepLabCut/issues/<issue_number> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe already add this; we can release the mouse model now cc @AlexEMG @n-poulsen ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc again @AlexEMG and @n-poulsen ...