xinshuoweng / AB3DMOT

(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
http://www.xinshuoweng.com/
Other
1.66k stars 403 forks source link

Detector/Training procedure to get the provided detections #117

Open vkorotkine opened 1 year ago

vkorotkine commented 1 year ago

Hi Xinshuo,

Could you please elaborate on how the provided detections were obtained? Specifically, I am interested in the data used to train the model. There are some conflicting answers in the issues for this repo as

Could you please clarify which one it is?

This is an important issue because if the detector is trained on the tracking training dataset, which as far as I understand is the same as the tracking validation dataset, then the object detector was trained on the same sequences as the ab3dmot tracker was evaluated on.

This is a followup on issues #16, #36 #57 and #53 (to which I replied with this same question)

Thank you for work and code, I very much enjoyed using them :) Vassili

Zzxxgg6 commented 10 months ago

Hi, @vkorotkine, I have the same confusion now, have you solved this problem?Thank you for work.