-
Couldn't load subscription status.
- Fork 22
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
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]>
Signed-off-by: Saurabh Misra <[email protected]>
PR Type
Enhancement
Description
Introduce optimized
postprocessusingnp.argpartitionAdd naive
postprocessimplementation withnp.argsortReshape logits and select top
max_detectionsSupport batch processing of predictions
Diagram Walkthrough
File Walkthrough
after_algo.py
Implement optimized argpartition postprocesscodeflash/after_algo.py
postprocessusingnp.argpartitionfor speedmax_detectionsper batchbefore_algo.py
Add naive argsort-based postprocesscodeflash/before_algo.py
postprocessusingnp.argsortmax_detections