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

Ablation study of positional noise vs localization quality #167

Open
EricPedley opened this issue Apr 4, 2024 · 0 comments
Open

Ablation study of positional noise vs localization quality #167

EricPedley opened this issue Apr 4, 2024 · 0 comments
Assignees

Comments

@EricPedley
Copy link
Member

EricPedley commented Apr 4, 2024

Rn we have a test in tests/imaging/integ_test.py that runs on multiple frames that are annotated with camera pose plus 3D target position and then gives an average score out of 5 for how many targets we get within N meters (I think it's set to 2 or 3 rn). I want to use this to see how much positional noise we can have and still get a decent average on these tests (like 3/5). This would involve adding another test that throws in noise, and maybe generating more 3d datasets than the three we currently have, which is done by attaching this script: https://github.com/uci-uav-forge/godot-data-gen/blob/main/Scripts/gen_3d_testing_data.gd to the camera object in Godot and running it.

After completing this task, we can test out some fun ways to filter out the position noise like VSLAM with Kalman Filters or pose graphs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants