-
Notifications
You must be signed in to change notification settings - Fork 1
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
adding scores #207
adding scores #207
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
==========================================
+ Coverage 39.49% 39.52% +0.02%
==========================================
Files 24 24
Lines 1418 1417 -1
==========================================
Hits 560 560
+ Misses 858 857 -1 ☔ View full report in Codecov by Sentry. |
I think for now we can continue with using VIA tracks format as a standard, since we also assumed the users adhere to it to analyse the bboxes tracks in movement |
Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks loads!
A refactoring suggestion and a request to rename the output field (to amtch the movement dataloader).
Co-authored-by: sfmig <33267254+sfmig@users.noreply.github.com> Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com>
* adding scores * small changes how we save the score * revert config * fix test * Update tests/test_unit/test_tracking_utils.py Co-authored-by: sfmig <33267254+sfmig@users.noreply.github.com> Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com> * changes based on review --------- Signed-off-by: nikk-nikaznan <48319650+nikk-nikaznan@users.noreply.github.com> Co-authored-by: sfmig <33267254+sfmig@users.noreply.github.com>
Adding prediction score during tracking inference to csv file. At the moment to VIA format csv, should we have simple csv option, if we not intend to do tracking labelling?