-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some issues with dynamic object culling #60
Comments
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: semantic_suma/src/shader/Frame2Model_jacobians.geom Lines 143 to 158 in 531954d
And the actual integration of this into the map building (to remove conflicting labels) is happening here: semantic_suma/src/shader/update_surfels.vert Lines 187 to 195 in 531954d
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?
The text was updated successfully, but these errors were encountered: