-
Notifications
You must be signed in to change notification settings - Fork 16
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
MHub / GC - Minor cleanup gc_lunglobes #42
Conversation
|
I have merged the main branch (which includes the patch-models branch changes) into this branch to resolve the conflicts, this should be good to add now. |
Fixed the commit version of the linked model repo at the latest main branch commit found on 2023/09/13 |
Thx for your status request @silvandeleemput:
|
That's fine, notify me once you have updated the meta.json
I created an issue for this here: #69, please provide the error codes and I'll forward the issue to the repo owner so hopefully he can fix it in the repo. Otherwise, we can easily patch it. |
PR branch has been brought up-to-date and the > 1 GPU issue (#69) has been addressed by referring to the new release of the algorithm which includes a fix. |
@silvandeleemput I checked the Metadata, and we need some minor information to merge this PR.
|
It has been updated. |
Thank you @sil, looks like |
When you're at it @sil, can you also update the slice thickness (see https://github.com/MHubAI/coordination/issues/137)? |
Of course, fixed!
The link for the mentioned issue seems to be broken. For now, I change the slice thickness to 0.75mm in line with the pixel spacing of the training data. |
Sorry, @silvandeleemput that is pointing to a private issue repo we used to keep track of things internally; I forgot it wasn't public. But changes are looking good, I'll merge and run the tests. Thanks! |
@silvandeleemput the model didn't provide any output. I checked what could've went wrong: you removed the NiftiConverter but specified I'll fix this and run the build pipeline again. Please always test-run models after any implementational changes ;) |
Closes #69
This PR adds two minor cleanups to the gc_lunglobes model code:
default.yml
pipeline has been simplified by removing the unnecessarynifticonverter
since now this is supported by default by the DSegConverter as well.