-
Notifications
You must be signed in to change notification settings - Fork 21
Code diffs #716
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
base: main
Are you sure you want to change the base?
Code diffs #716
Conversation
Signed-off-by: Saurabh Misra <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Signed-off-by: Saurabh Misra <[email protected]>
Signed-off-by: Saurabh Misra <[email protected]>
Signed-off-by: Saurabh Misra <[email protected]>
Signed-off-by: Saurabh Misra <[email protected]>
Signed-off-by: Saurabh Misra <[email protected]>
Signed-off-by: Saurabh Misra <[email protected]>
Signed-off-by: Saurabh Misra <[email protected]>
PR Type
Enhancement
Description
Introduce optimized
postprocess
usingnp.argpartition
Add naive
postprocess
implementation withnp.argsort
Reshape logits and select top
max_detections
Support batch processing of predictions
Diagram Walkthrough
File Walkthrough
after_algo.py
Implement optimized argpartition postprocess
codeflash/after_algo.py
postprocess
usingnp.argpartition
for speedmax_detections
per batchbefore_algo.py
Add naive argsort-based postprocess
codeflash/before_algo.py
postprocess
usingnp.argsort
max_detections