Ghostish / Open3DSOT

Open source library for Single Object Tracking in point clouds.
MIT License
250 stars 39 forks source link

BAT配置中的use_search_feature问题 #45

Closed li199603 closed 1 year ago

li199603 commented 1 year ago

你好,我发现在BAT的所有配置文件里use_search_feature都被设置为False 但是在论文中的3.4.2节却表示使用了search_feature(the extracted feature of the corresponding search point) 请问是设置为False更好吗?或者是我哪里理解错了

Ghostish commented 1 year ago

Indeed, you are correct. The search features are primarily utilized for BoxCloud prediction and comparison purposes. Interestingly, we have discovered that removing the search features during concatenation does not negatively impact performance but actually improves the speed of the process.