hailanyi / 3D-Multi-Object-Tracker

A project for 3D multi-object tracking
Apache License 2.0
302 stars 55 forks source link

apperance cost features #20

Closed RG2806 closed 1 year ago

RG2806 commented 1 year ago

Hey, Thanks for open sourcing this awesome work. In your paper, you discuss about using features of object in appearance cost. Can you tell how do you get those features?

  Thanks
hailanyi commented 1 year ago

Extract the instance features from 3D detector backbone. The features are further encoded into a compact vector similar to regular RCNN does.