-
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
Refactor tracking #193
Refactor tracking #193
Conversation
…ration into nikkna/refactor-tracking
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
==========================================
+ Coverage 37.91% 39.60% +1.68%
==========================================
Files 20 24 +4
Lines 1440 1414 -26
==========================================
+ Hits 546 560 +14
+ Misses 894 854 -40 ☔ View full report in Codecov by Sentry. |
…ration into nikkna/refactor-tracking
…ration into nikkna/refactor-tracking
…meCentre/crabs-exploration into nikkna/refactor-tracking
Hi @nikk-nikaznan, I liked this organisation, feels clearer! I had a go at changing a few things - below an attempt at explaining my thinking. Let me know thoughts. general
This is to avoid repetition between higher and lower level modules. detector module
Initially I wasn't sure if it would be too much nesting (mainly wanted to try). But I think it leaves the tracker moduleIn the
otherI think having a separate config is a good idea! I also changed the entry points name for the tracker to something a bit more explicit (albeit longer): I did my best but I am les familiar with the tracking bits, so there may be fixes required in the tracking 🙈 |
Thank you Sofia! Looking good. I just fixed some tracking bits that throw error. I am happy with the new name convention, I just tried to follow the module name as in the issue, but have no strong opinion on either. The only thing, can we not rename |
Signed-off-by: nikk-nikaznan <[email protected]>
…meCentre/crabs-exploration into nikkna/refactor-tracking
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.
LGTM! 🚀
I leave you the satisfaction of pressing the big green 🔘 😁
* adding config file, load from checkpoint * adding inference to toml * adding bash script * change variable * change variable * naming error * naming error * fixed import * cleaned up sort * add app_wrapper * changed accelerator * bugs * removed accelerator * removed accelerator * wrong path * edit path * adding batches * debugging oom * save video to false * save video to false * adding device * revert the batch out * modify bash script * add guide * debugging * fixed codec * cleaned up * adding gt_dir * codev revert * moved tracking to own folder * precommit * changes * wrong filename * split inference and evaluation * config file for tracking * fixed the test * rename detector_tracking to detector * remove the bash script for now * remove the guide for now * fixed test * fixed test and rebase to main * fixed test * Suggestion for modules organisation * fixing some tracking bits * remove unused line * Update faster_rcnn.yaml Signed-off-by: nikk-nikaznan <[email protected]> * Rename optuna module to hpo * add typehint --------- Signed-off-by: nikk-nikaznan <[email protected]> Co-authored-by: sfmig <[email protected]>
After #141
Another attempt of #106
Probably first attempt towards #190