Giter Site home page Giter Site logo

Comments (14)

Tclamber avatar Tclamber commented on August 15, 2024 1

Sorry . of course .we can close it.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

In order to run Tracktor on MOT16 you always need the MOT16Labels directory. However, MOT16 offers to sets of DPM public detections. If you want to run Tracktor on the non-filtered raw set of DPM detections you additionally need the MOT16-det-dpm-raw directory. Also see src/tracktor/datasets/factory.py for all available dataset and detection combinations.

from tracking_wo_bnw.

Tclamber avatar Tclamber commented on August 15, 2024

Thanks fot your reply. You mean it depends on the need of every tracker itself ? raw detections or NMSed detections all are ok.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

Different trackers might work better or worse with different sets of public detections. For MOT16, one is free to choose between the regular and raw DPM detections.

from tracking_wo_bnw.

Tclamber avatar Tclamber commented on August 15, 2024

I see ,Thanks !

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

No problem. Can we close this issue?

from tracking_wo_bnw.

Ronales avatar Ronales commented on August 15, 2024

No problem. Can we close this issue?
Dear author,Where is your prerocess code for detection file (det.txt)?,I think raw detection file from motchallenge can't suit to decrease FP,FN. Can you tell me the detail of clean the raw detection file?thank you very much!

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

Are u referring to the MOT16 raw DPM detections? They come in the same format as the regular detections. The only difference is that the last NMS step was omitted. And yes, the raw detections can help to decrease FN but in turn might introduce some FP. Not sure if this answers your question.

from tracking_wo_bnw.

Ronales avatar Ronales commented on August 15, 2024

Are u referring to the MOT16 raw DPM detections? They come in the same format as the regular detections. The only difference is that the last NMS step was omitted. And yes, the raw detections can help to decrease FN but in turn might introduce some FP. Not sure if this answers your question.

Dear author,but do you implement the nms step from the mot16 in the code for the original test data? Or you have used other methods to reduce the FP, FN from the original test data. Where is the code detail placed in your code?If you do not deal with the original detection data of mot16 and go directly to the data association effect is very bad.Thanks!

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

I am not sure if I understand your question correctly. What do you mean by the "original test data"? The testset which can only be evaluated by submitting to the challenge?

Our Tracktor applies multiple NMS steps on his own. However, in the case of MOT16 raw detections Tracktor is applied to a raw set of detections which were not filtered by NMS beforehand. But NMS is still applied in the Tracktor pipeline.

from tracking_wo_bnw.

Ronales avatar Ronales commented on August 15, 2024

I am not sure if I understand your question correctly. What do you mean by the "original test data"? The testset which can only be evaluated by submitting to the challenge?

Our Tracktor applies multiple NMS steps on his own. However, in the case of MOT16 raw detections Tracktor is applied to a raw set of detections which were not filtered by NMS beforehand. But NMS is still applied in the Tracktor pipeline.

sorry,I forget instructed this concept,”original test data“ means the det.txt (train or test )provided detection results form motchallenge.net, these confidence scores some have under 0 ,when I use min confidence 0.1 or 0.3 to suppress this detection FP for good detection performance, but I never get good mota, only 44.5. I think good preprocess detection result can provide a good foundation, But I may be encounter problem in preprocessing this det.txt.so I want to ask you for your code realize detail.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

We apply no preprocessing to the detection files. They are loaded as they are in our dataset code (src/tracktor/datasets/mot_sequence.py) and then all further steps, e.g., classification and regression, are part of this codebase.

from tracking_wo_bnw.

Ronales avatar Ronales commented on August 15, 2024

We apply no preprocessing to the detection files. They are loaded as they are in our dataset code (src/tracktor/datasets/mot_sequence.py) and then all further steps, e.g., classification and regression, are part of this codebase.

I get it,Thanks for your reply!

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on August 15, 2024

No worries. Can we close this issue?

from tracking_wo_bnw.

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.