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

Support Single-lens MOT #258

Merged
merged 21 commits into from
Jan 3, 2023
Merged

Conversation

tuofeilunhifi
Copy link
Collaborator

@tuofeilunhifi tuofeilunhifi commented Dec 12, 2022

Motivation

Support Single-lens MOT.

Modification

  1. DetectionPredictor + ByteTrack.
  2. 4 input/output formats (input:video(mp4) or folder output:video(mp4) or folder).

@tuofeilunhifi tuofeilunhifi changed the title Tracking [WIP] Support Single-lens MOT Dec 12, 2022
@tuofeilunhifi tuofeilunhifi changed the title [WIP] Support Single-lens MOT Support Single-lens MOT Dec 12, 2022
@@ -19,6 +19,7 @@ pycocotools
pytorch_metric_learning>=0.9.89
rapidfuzz
scikit-image
seaborn
Copy link
Collaborator

Choose a reason for hiding this comment

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

这是什么依赖包?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

utils.py里面用到的

Copy link
Collaborator

Choose a reason for hiding this comment

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

mot专用的话放到optional.txt中,import也放到接口内

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -19,6 +19,7 @@ pycocotools
pytorch_metric_learning>=0.9.89
rapidfuzz
scikit-image
seaborn
Copy link
Collaborator

Choose a reason for hiding this comment

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

mot专用的话放到optional.txt中,import也放到接口内

@@ -55,6 +57,50 @@ def test_fcos(self):
[189.96198, 108.948654, 297.10025, 154.80592]]),
decimal=1)

# tracker = BYTETracker(
Copy link
Collaborator

Choose a reason for hiding this comment

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

为啥注释掉?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

咱测试的那台机器安装不了lap包,环境有lap包可以跑通

@tuofeilunhifi tuofeilunhifi merged commit 74cde39 into alibaba:master Jan 3, 2023
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