We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
compute_measurement
The text was updated successfully, but these errors were encountered:
SuvirBajaj
No branches or pull requests
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
compute_measurement
in `uavf_2024/imaging/particle_filter.pyThe text was updated successfully, but these errors were encountered: