ReID Tracking dataset creation for PyTorch models by n-poulsen · Pull Request #2861 · DeepLabCut/DeepLabCut

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@n-poulsen

Copy link

Contributor

Implements the creation of ReID transformer dataset creation for PyTorch pose estimation models.

Other changes

  • removes the dynamic parameter from deeplabcut.create_tracking_dataset as it cannot be used there
  • adds a docstring for deeplabcut.create_tracking_dataset
  • correctly pulls the pcutoff from the inference config when creating assemblies in convert_detections2tracklets
  • adds an image_size key to the context when running inference, and a top_down_crop_size for top-down models
Copy link

Contributor

@maximpavliv 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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@maximpavliv maximpavliv maximpavliv approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@n-poulsen @maximpavliv