-
Notifications
You must be signed in to change notification settings - Fork 41
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
Adds vSHARP model and code quality changes #258
Conversation
georgeyiasemis
commented
Jan 22, 2024
- vSHARP Model: Supporting both 2D and 3D. (Details: vSHARP Paper)
- 3D Reconstruction Experiments: Various additions, such as transforms, engine changes (e.g., visualization), and the addition of new metrics and losses used in the vSHARP paper.
- Project Organization: Introduces new project folders for vSHARP and the CMRxRecon challenge.
- Minor Code Quality Enhancements (e.g. Enum capitalization)
- README update
…code (dataset, cartesuan subsampling), new metrics, transformer models
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
==========================================
+ Coverage 84.05% 84.49% +0.43%
==========================================
Files 93 96 +3
Lines 6486 6964 +478
==========================================
+ Hits 5452 5884 +432
- Misses 1034 1080 +46 ☔ View full report in Codecov by Sentry. |
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.
Some initial comments