tusen-ai / SimpleTrack

MIT License
333 stars 63 forks source link

tracking on nuscenes with customized detection inputs #25

Closed hw-liang closed 1 year ago

hw-liang commented 1 year ago

How can we integrate "customized detections" of nuscenes dataset with the simpletrack pipeline, and obtain the performance score?

ziqipang commented 1 year ago

Thanks for asking! @hanwen0529

  1. First, preprocess your customized detection with the contents in here. Basically, you only need to provide your json format detection file.
  2. Second, run the inference code as here.