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

Fix 3D to 2D prediction with UNeXt2 model #80

Merged
merged 7 commits into from
May 28, 2024
Merged

Conversation

ziw-liu
Copy link
Collaborator

@ziw-liu ziw-liu commented May 25, 2024

Removed the "2.1D" architecture and made the output stack depth of "2.2D" configurable between 2D and 3D.

Fix #78.

@ziw-liu
Copy link
Collaborator Author

ziw-liu commented May 25, 2024

@Soorya19Pradeep see the updated example script for the configuration you requested.

@mattersoflight mattersoflight merged commit d7d1200 into main May 28, 2024
3 checks passed
@ziw-liu ziw-liu deleted the fix-3d-to-2d branch May 29, 2024 00:58
edyoshikun pushed a commit that referenced this pull request Jun 12, 2024
* shuffle head

* use shuffle head for 2.1D

* use the same head for 2d and 2d output

* update script

* rename 2.1D to 2.2D

* fix reference

* remove unused module
edyoshikun pushed a commit that referenced this pull request Jun 12, 2024
* shuffle head

* use shuffle head for 2.1D

* use the same head for 2d and 2d output

* update script

* rename 2.1D to 2.2D

* fix reference

* remove unused module
edyoshikun pushed a commit that referenced this pull request Jun 12, 2024
* shuffle head

* use shuffle head for 2.1D

* use the same head for 2d and 2d output

* update script

* rename 2.1D to 2.2D

* fix reference

* remove unused module
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.

Three channel output using covnext model
2 participants