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

Integrate global tracking accuracy into eval pipeline #82

Open
shaikh58 opened this issue Sep 23, 2024 · 1 comment
Open

Integrate global tracking accuracy into eval pipeline #82

shaikh58 opened this issue Sep 23, 2024 · 1 comment

Comments

@shaikh58
Copy link
Contributor

Currently the eval pipeline outputs an hdf5 file with motmetrics. See models/gtr_runner/on_test_epoch_end() for implementation. Proposing to add new global tracking accuracy metric into this eval file. Will need to update /inference/metrics.py to calculate this metric. Current working implementation is in /vast/mustafa/global_tracking_accuracy.ipynb

@aaprasad
Copy link
Contributor

In order to do this I would just modify metrics.get_pymotmetrics to compute the metric and add it to the metric dataframe that it returns

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

No branches or pull requests

2 participants