Skip to content
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

Hotfix/frame id in update #8

Merged
merged 6 commits into from
Nov 24, 2023
Merged

Conversation

tristanpepinartefact
Copy link
Collaborator

Description of the goal of the PR

fix frame id in update of ByteTracker

Checklist before requesting a review

  • The CI pipeline passes
  • I have typed my code
  • I have created / updated the docstrings
  • I have updated the README, if relevant
  • I have updated the requirements, if relevant
  • I have tested my code

@@ -1,3 +1,3 @@
from bytetracker.byte_tracker import BYTETracker # noqa: F401

__version__ = "0.3.3"
__version__ = "0.0.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faut juste laisser la version comme sur main

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__version__ = "0.0.2"
__version__ = "0.3.3"

@@ -2,7 +2,7 @@
name = "bytetracker"
authors = ["TomDarmon <tom.darmon@artefact.com>"]
description = "Maintained fork of bytetrack-pip"
version = "0.3.3"
version = "0.0.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pareil pour la version

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "0.0.2"
version = "0.3.3"

@tristanpepinartefact tristanpepinartefact merged commit 1aaeb78 into dev Nov 24, 2023
1 check passed
@tristanpepinartefact tristanpepinartefact deleted the hotfix/frame_id_in_update branch November 24, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants