-
Notifications
You must be signed in to change notification settings - Fork 696
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
Question about MAISI data preprocessing #1793
Comments
Thank you for reaching out! @guopengf Pengfei, would you like to help answer this question? Thanks. |
Hi @johnson111788 , For Q2: Please refer to the "Execute batch inference for segmenting everything" section of the VISTA3D bundle in MONAI Model Zoo https://github.com/Project-MONAI/model-zoo/tree/dev/models/vista3d#execute-batch-inference-for-segmenting-everything. |
Hi Pengfei, Thanks for your answer. I've tried using
Meaning batch_inference.json seems to set the It would be great if you could tell me how and where the label_prompt is set and how should I avoid this problem. Also, this is an error that cannot be reproduced at the same data every time. Here's another two examples (vista-errorlog_1.txt, vista-errorlog_2.txt) that I encountered this error. It will appear as RuntimeError when applying transform, making it hard to locate the error in the first place. |
@heyufan1995 It seems this question is related to Vista3D. Do you have any idea? Thanks. |
@johnson111788 Hi thanks for the finding. There is a racing condition when InvertD is used along with ThreadDataLoader. The error can be reproduced when the preprocesssing/inversing workload is large and thread dataloader is used. We have an internal fix but has not been updated to model zoo yet. It's a short fix you can do it manually. |
Hi,
I'm preparing the data for finetuning MAISI's ControlNet. I have some questions about the 3D VISTA segmentation.
Thank you in advance for your help. It would be great if you could provide the official implementation of the merging original and pseudo labels.
Best,
Yu-Cheng
The text was updated successfully, but these errors were encountered: