Open SSSSSSStar opened 1 year ago
A bit late, but maybe it helps someone else. Sorry :/
The dynamic object removal is only implicitly happening by putting a penalty on the association in the computation of the Jacobian:
And the actual integration of this into the map building (to remove conflicting labels) is happening here:
The penalty term then reduces the confidence and surfels below a certain confidence are then removed.
As mentioned in the paper, it uses semantic information to perform dynamic object removal during the map update phase, and provides a formula for the semantic consistency penalty function. However, I cannot find the relevant code for dynamic object removal in the code. Could you please tell me which files are included?