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

Support fixed shape inference in pre-processing #301

Merged
merged 5 commits into from
Feb 7, 2022

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Feb 7, 2022

  • Rename auto_shape to fixed_shape in YOLOTransform
  • Support fixed_shape method for pre-processing

@zhiqwang zhiqwang added enhancement New feature or request API Library use interface labels Feb 7, 2022
@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #301 (c33dd6a) into main (ff9c21b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #301   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files          11       11           
  Lines         729      729           
=======================================
  Hits          692      692           
  Misses         37       37           
Flag Coverage Δ
unittests 94.92% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/test_models_transform.py 100.00% <100.00%> (ø)
test/test_onnx.py 94.11% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff9c21b...c33dd6a. Read the comment docs.

@zhiqwang zhiqwang merged commit 75ae710 into main Feb 7, 2022
@zhiqwang zhiqwang deleted the fixed-shape-preprocess branch February 7, 2022 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Library use interface enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant