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

Extending DL models to 3D data #19

Open
ziatdinovmax opened this issue May 3, 2021 · 2 comments
Open

Extending DL models to 3D data #19

ziatdinovmax opened this issue May 3, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ziatdinovmax
Copy link
Collaborator

ziatdinovmax commented May 3, 2021

The semantic segmentation models need to be extended to work with 3D data. This should be very straightforward - just introduce an option to select between 1D, 2D, and 3D cases to ConvBlock, UpsampleBlock, etc.

@aghosh92 Is this something you'd be interested in?

@ziatdinovmax ziatdinovmax added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 3, 2021
@aghosh92
Copy link
Collaborator

Yes. I'll be interested in these. Thank you.
I'll send you updates on these tasks sometime.

tommycwong added a commit to tommycwong/atomai that referenced this issue Feb 10, 2023
@tommycwong
Copy link

tommycwong commented Feb 10, 2023

I have added 3D support to the individual nn blocks but not to the fcnns. I was wondering what's the best way to do it. Can I also be assigned to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants