Open Akina2001 opened 11 months ago
Supplement: For the second question, I mean, whether the detection results are converted into the world coordinate system in the MOT and then tracked. thank you for your reply!
If the detection results change every frame, it seems you are using each frame's local points-cloud to do the detection and updates slowly, which means there are no Covisibility objects. I suggest you change function"mpMsgUtils_->publishPointCloud();", and publish the global points-cloud.
Hello! I would like to ask how to get a stable 3D target detection result? Because I found that the detection results of each frame will change in scale and position. And ate the same time, I want to ask dou you convert the detection results to the world coordinate system according to the result of SLAM? thank you for your reply!