-
Notifications
You must be signed in to change notification settings - Fork 594
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
Roadmap of MMTracking #73
Comments
Thank you for the amazing work! Do you have any plan on releasing more baselines on Single Object Tracking (Siam-like, ATOM, DiMP, OCEAN, KYS, LWL) as well as more dataset (OTB, VOT, TrackingNet, UAV123, NFS)? |
Hello! I think CenterTrack would be a great incorporation to the multiple object tracking. |
Hi @SilvioGiancola @agirbau, thanks for your interest! We are discussing a development plan in which we tend to support 2-3 new methods for each task and support the other popular datasets. For the methods, the Siam-Like and some recent SOTA methods (not decided which one yet) are the first priority for SOT @SilvioGiancola. As @agirbau suggested, We do have a plan to support CenterTrack but need to wait for the CenterNet in mmdetection. For the datasets, we will support the datasets @SilvioGiancola mentioned, and also support some other large scale MOT benchmarks. However, considering the limited bandwidth, we cannot clearly state the release schedule of these updates. If you are also interested in supporting these features, we will really appreciate your pull requests. : ) |
Just wanted to add, it would also be cool, If a multi object tracking and segmentation baseline could be added like And again, really appreciate this amazing work, for putting everything in such a modular perspective with efficiency. |
Thanks for your hard work on maintaining this wonderful repo. |
When will release the CenterTrack in your plan? |
What about HOTA metrics? |
Hi, I'd like to suggest StrongSORT MOT algorithm #541 |
I am considering to make support to some features in the short future. Let me know if some are already in process or your vote for their priority.
[0] "DanceTrack: Multi-Object Tracking in Uniform Appearance and Diverse Motion" |
Pose track is also a good to-do as a new task, baseline methods include PoseFlow[1]. The corresponding datasets are PoseTrack[2] and HiEve[3]. [1] "Pose Flow: Efficient online pose tracking" An existing codebase Alphapose may be a good reference for the practice, which focuses on pose estimation while leaving tracking modules not actively maintained. |
VID feature request like mmdetection tool |
Agree with @Cavaradossi more analysis tools like mmdetection would be great help. Currently experiencing problems in creating one of my own for plotting the confusion matrix. |
Hello! We are the authors of this paper. We implemented our method fully based on MMTracking 0.x and experimented some more datasets like UVO v0.5 and OVIS. I see previous reply mentioned transformer-base detection/tracking which is what we have. Would be interested in creating a PR if you think it is a good idea to include our model. Thanks! |
Hi~, We are glad you're willing to create a pr to implement your model in MMTracking. |
Hi! Could I ask if you have plans to include Bot-SORT as part of mmtracking? |
+1 to getting BoT-SORT implemented |
We keep this issue open to collect feature requests from users and hear your voice.
You can either:
Recently we do not have enough bandwidth/developers to support new methods. If you are interested in joining us as an intern or a full-time researcher/engineer, feel free to let us know. You can directly drop an email to gongtao@pjlab.org.cn, pangjiangmiao@gmail.com, or chenkai@sensetime.com.
Besides the developments from OpenMMLab, we also welcome all contributions from the community. You can make a PR of your work to this repository following CONTRIBUTING.md.
The text was updated successfully, but these errors were encountered: