ReID Tracking dataset creation for PyTorch models by n-poulsen · Pull Request #2861 · DeepLabCut/DeepLabCut
Navigation Menu
{{ message }}
DeepLabCut / DeepLabCut Public
- Notifications You must be signed in to change notification settings
- Fork 1.8k
Merged
ReID Tracking dataset creation for PyTorch models#2861
n-poulsen merged 11 commits intopytorch_dlcfrom
ReID Tracking dataset creation for PyTorch models#2861
n-poulsen merged 11 commits intopytorch_dlcfrom
Conversation
Copy link
Contributor
n-poulsen
commented
Feb 5, 2025
n-poulsen
commented
Implements the creation of ReID transformer dataset creation for PyTorch pose estimation models.
- implements
deeplabcut.create_tracking_datasetfor PyTorch models- Closes
np.nanmeanbug in creating triplets for transformer re-ID:query_feature_by_coord_in_img_space()function #2794 - Closes Unsupervised ID tracking - This function is not implemented for Engine.PYTORCH #2809
- Creates a
FeatureShelfWriterto save ReID features
- Closes
Other changes
- removes the
dynamicparameter fromdeeplabcut.create_tracking_datasetas it cannot be used there - adds a docstring for
deeplabcut.create_tracking_dataset - correctly pulls the
pcutofffrom the inference config when creating assemblies inconvert_detections2tracklets - adds an
image_sizekey to the context when running inference, and atop_down_crop_sizefor top-down models
n-poulsen added 11 commits
January 16, 2025 15:29
n-poulsen
added
reID
DLC3.0🔥
labels
n-poulsen
requested a review
from maximpavliv
maximpavliv approved these changes Feb 7, 2025
Copy link
Contributor
maximpavliv
left a comment
maximpavliv
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @n-poulsen !
n-poulsen
deleted the
niels/reid
branch
This was referenced
Feb 12, 2025
maximpavliv
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment