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

3D segmentation - 2D kernels?? #29

Open
camsooper opened this issue Jun 6, 2023 · 0 comments
Open

3D segmentation - 2D kernels?? #29

camsooper opened this issue Jun 6, 2023 · 0 comments
Labels
classifier About RF classifier (& feature) implementation enhancement New feature or request investigation Tasks that need exploration/research
Milestone

Comments

@camsooper
Copy link

Perhaps, in 3D, instead of using large 3D kernels of size n^3, you could instead use sets of three orthogonal 2D kernels = 3n^2.
n=3 : 3D=27, 32D=39=27
n=5 : 3D=125, 32D=325=75
n=7 : 3D=343, 32D=147
n=33 : 3D=36000, 3
2D=3267

@rmdocherty rmdocherty added classifier About RF classifier (& feature) implementation investigation Tasks that need exploration/research enhancement New feature or request labels Jun 7, 2023
@rmdocherty rmdocherty added this to the SAMBA1.5 milestone Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
classifier About RF classifier (& feature) implementation enhancement New feature or request investigation Tasks that need exploration/research
Projects
None yet
Development

No branches or pull requests

2 participants