Git Product home page Git Product logo

Comments (17)

OceanPang avatar OceanPang commented on August 15, 2024 7

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. : )

from mmtracking.

dzambrano avatar dzambrano commented on August 15, 2024 6

What about HOTA metrics?

from mmtracking.

agirbau avatar agirbau commented on August 15, 2024 4

Hello! I think CenterTrack would be a great incorporation to the multiple object tracking.

from mmtracking.

Cavaradossi avatar Cavaradossi commented on August 15, 2024 3

VID feature request like mmdetection toolmmdetection/tools/analysis_tools(eg. visualize dataset's ground truth, output confusion matrix).

from mmtracking.

noahcao avatar noahcao commented on August 15, 2024 2

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"
[2] "Posetrack: A benchmark for human pose estimation and tracking"
[3] "Human in events: A large-scale benchmark for human-centric video analysis in complex events"

An existing codebase Alphapose may be a good reference for the practice, which focuses on pose estimation while leaving tracking modules not actively maintained.

from mmtracking.

shwoo93 avatar shwoo93 commented on August 15, 2024 1

Thanks for your hard work on maintaining this wonderful repo.
It would be nice to include recently released large-vocabulary tracking data TAO as well.

from mmtracking.

RaymondByc avatar RaymondByc commented on August 15, 2024 1

When will release the CenterTrack in your plan?

from mmtracking.

austinmw avatar austinmw commented on August 15, 2024 1

Hi, I'd like to suggest StrongSORT MOT algorithm #541

from mmtracking.

noahcao avatar noahcao commented on August 15, 2024 1

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.

  1. Support of DanceTrack[0] dataset.( #543)
  2. Support of OC-SORT[6] for multi-object tracking. (#545 )
  3. multi-class multi-object tracking, which is already supported in Youtube-VIS but still absent on MOT task. (#548)
  4. transformer-based detector, e.g. DETR[1], and tracker, e.g. TransTrack[2], Trackformer[3].
  5. more MOT datasets, such as KITTI[4].
  6. make BYTE[5] and OC-SORT optional flags in other KalmanFilter-based tracking methods.

[0] "DanceTrack: Multi-Object Tracking in Uniform Appearance and Diverse Motion"
[1] "End-to-end object detection with transformers"
[2] "Transtrack: Multiple object tracking with transformer"
[3] "Trackformer: Multi-object tracking with transformers"
[4] "Vision meets robotics: The kitti dataset"
[5] "ByteTrack: Multi-Object Tracking by Associating Every Detection Box"
[6] "Observation-Centric SORT: Rethinking SORT for Robust Multi-Object Tracking"

from mmtracking.

SilvioGiancola avatar SilvioGiancola commented on August 15, 2024

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)?

from mmtracking.

imr555 avatar imr555 commented on August 15, 2024

Just wanted to add, it would also be cool, If a multi object tracking and segmentation baseline could be added like
(TrackRCNN)
https://github.com/VisualComputingInstitute/TrackR-CNN
for example.
As many benchmarks and workshops are introducing datasets and problems specifically in this domain such as MOTS CHALLENGE, KITTI MOTS, BDD100K MOTS etc.

And again, really appreciate this amazing work, for putting everything in such a modular perspective with efficiency.

from mmtracking.

godwinrayanc avatar godwinrayanc commented on August 15, 2024

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.

from mmtracking.

zitongzhan avatar zitongzhan commented on August 15, 2024

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!

from mmtracking.

GT9505 avatar GT9505 commented on August 15, 2024

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.

from mmtracking.

ronnie1021 avatar ronnie1021 commented on August 15, 2024

Hi! Could I ask if you have plans to include Bot-SORT as part of mmtracking?

from mmtracking.

leonid-pishchulin avatar leonid-pishchulin commented on August 15, 2024

+1 to getting BoT-SORT implemented

from mmtracking.

benjamin-fenker avatar benjamin-fenker commented on August 15, 2024

MOTRv2

https://github.com/megvii-research/MOTRv2

from mmtracking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.