Closed ltetrel closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
moose | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 23, 2024 11:08am |
So current state is that it is working after re-installing everythng in a fresh python venv on ubuntu using those instructions. There are deadlocks on system that have a lot number cores, I will investigate further with a new machine. In the meantime we can disable multi-threading in pre-processing. There is alos the question of high VRAM usage and solutions are either:
@Keyn34 The base branch is changed, I will let you merge it,
@all-contributors please add @ltetrel for adding code and docs
@LalithShiyam
I've put up a pull request to add @ltetrel! :tada:
@all-contributors please add @Kitware for adding code and docs
@LalithShiyam
I've put up a pull request to add @Kitware! :tada:
Adds:
For more information about changes, check associated PRs in original Moose repo.
Tested on gpu with
linear
interpolation, notb-spline
because of VRAM limitations.Currently, processing is done with simpleITK. Code can be heavily re-factored/simplified if limiting support to only MONAI processing (which also uses itk as backend).