Skip to content
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

How to add noise to a single transformation #1006

Open
miguelriemoliveira opened this issue Jan 23, 2025 · 1 comment
Open

How to add noise to a single transformation #1006

miguelriemoliveira opened this issue Jan 23, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@miguelriemoliveira
Copy link
Member

Hey @brunofavs ,

I remember for your M.Sc. you implemented this functionality, but now its lost on the gigantic PR that you did.

Could you do a simple, very focused PR just to include this functionality?

Was it possible to define noise for several transformations?

@brunofavs
Copy link
Collaborator

brunofavs commented Jan 23, 2025

Hey @miguelriemoliveira
Yes this functionality was entirely implemented before. It allowed users to add a desired amounts of noise to whichever transformations the user wants.

Like I could add X noise for transformation A; Y noise to transformation B... etc . I don't recall if you could add different amounts of translation vs rotation.

Could you do a simple, very focused PR just to include this functionality?
I added it to my to do list of tomorrow already :)

I remember I also did a overhaul of the noise implementation, a refactoring of sorts. I will assess it tomorrow and keep you updated.

PS: If the user added noise to a transformation that already had noise applied, like one of sensors being estimated, it would overwrite the previous noise with the latter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants