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

Post-processing module added #289

Merged
merged 9 commits into from
Jan 23, 2022

Conversation

sarthakpati
Copy link
Collaborator

Fixes #288

Proposed Changes

  • post-processing module added
  • fill holes implementation simplified
  • morphological operations using torch have been added
  • tests updated

Checklist

@codecov
Copy link

codecov bot commented Jan 23, 2022

Codecov Report

Merging #289 (204ff65) into master (cf2a583) will increase coverage by 0.27%.
The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   87.45%   87.73%   +0.27%     
==========================================
  Files          80       81       +1     
  Lines        4218     4240      +22     
==========================================
+ Hits         3689     3720      +31     
+ Misses        529      520       -9     
Flag Coverage Δ
unittests 87.73% <96.87%> (+0.27%) ⬆️

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

Impacted Files Coverage Δ
GANDLF/post_process/morphology.py 95.83% <95.83%> (ø)
GANDLF/post_process/__init__.py 100.00% <100.00%> (ø)
testing/test_full.py 99.01% <100.00%> (+0.01%) ⬆️

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 cf2a583...204ff65. Read the comment docs.

@Geeks-Sid Geeks-Sid merged commit 4ab1fe8 into mlcommons:master Jan 23, 2022
@sarthakpati sarthakpati deleted the 288_post-process branch January 23, 2022 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update FillHoles implementation
2 participants