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

More tests for Particle Filter #180

Open
2 tasks
MinhxNguyen7 opened this issue Apr 26, 2024 · 0 comments
Open
2 tasks

More tests for Particle Filter #180

MinhxNguyen7 opened this issue Apr 26, 2024 · 0 comments
Assignees

Comments

@MinhxNguyen7
Copy link
Contributor

Description

Add tests in https://github.com/uci-uav-forge/uavf_2024/blob/drone-tracking/tests/imaging/drone_tracker_tests.py to test the Kalman filter prediction. We need to simulate the bounding boxes given arbitrary ground truth paths and test the particle filtering against it.

TODOs

  • Given positions of the other drone and poses of our drone, both following arbitrary paths, create artificial bounding boxes.
    • Face the "camera" towards an arbitrary point so that the other drone might suddenly appear in frame.
    • This is already done in compute_measurement in `uavf_2024/imaging/particle_filter.py
  • Take the bounding boxes, feed them into the particle filtering, and compute the loss between its output and the ground truth generated chosen above.
@MinhxNguyen7 MinhxNguyen7 changed the title More tests for Kalman Filtering More tests for Particle Filter Apr 26, 2024
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