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

Update byte_tracker.py #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update byte_tracker.py #215

wants to merge 1 commit into from

Conversation

Aspirinkb
Copy link

修改STrack class初始化方法,在其初始化方法中,调用父类BaseTrack的初始化方法。修正bug 210
Adding base class init function call at the beginning of __init__ fucntion of class STrack to fix bug 210

修改STrack class初始化方法,在其初始化方法中,调用父类BaseTrack的初始化方法。修正[bug 210](ifzhang#210)
@jasons1425
Copy link

Adding the super().init() method has led me to issue #219.

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.

AttributeError: 'STrack' object has no attribute '_count
2 participants