-
Notifications
You must be signed in to change notification settings - Fork 31
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
Tile mode makes inference crash everytime I use it for 3D volumes #107
Comments
@QuentinRapilly sorry I didn't see this. What is your GPU? Pretty sure this is limited VRAM, but you can rerun on much smaller tiles to get around that. I'll try to monitor this thread but please feel free to email me as well. |
Hi @kevinjohncutler, I am running my code on a Nvidia A100 with 80Gb, that's why i could process the major part of my images without using the tile option. What is really strange is that once I activate the tile option the code crashes with this error everytime, no matter the size of the image I process, even on the smaller that used to be processed without the option.
The two parameters refering to tiles are for overlapping and the boolean telling if you wanna use the tile option or not. But I might have missed something? |
Hi,
Thanks for your help, I've just answered you on the git issue!
Quentin RAPILLY
Doctorant à INRIA Rennes - Equipe Sairpico
+33 7 81 95 80 66
… De: "Kevin Cutler" ***@***.***>
À: "kevinjohncutler/omnipose" ***@***.***>
Cc: "Quentin Rapilly" ***@***.***>, "Mention"
***@***.***>
Envoyé: Mercredi 18 Décembre 2024 10:25:30
Objet: Re: [kevinjohncutler/omnipose] Tile mode makes inference crash everytime
I use it for 3D volumes (Issue #107)
[ https://github.com/QuentinRapilly | @QuentinRapilly ] sorry I didn't see this.
What is your GPU? Pretty sure this is limited VRAM, but you can rerun on much
smaller tiles to get around that. I'll try to monitor this thread but please
feel free to email me as well.
—
Reply to this email directly, [
#107 (comment)
| view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/APWWOAOUVTAUV5LXNVDISIT2GE5QVAVCNFSM6AAAAABQ4MDZG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJQHAYTAOBYGQ
| unsubscribe ] .
You are receiving this because you were mentioned. Message ID:
***@***.***>
|
I want to use omnipose to segment 3D volumes.
I trained my own model and I had no issues for this part.
But for the inference, everytime I try to segment an image that is "too big" (volume of size ~200x500x300), the code crashes with the error printed below. When I try to activate the "tile" option, it still crashes on this images, but it does it also on smaller images (~100x500x300) that it use to process correctly without the "tile" mode on.
Does anyone have the same issue using the "tile" option with 3D volumes or knows how to solve it?
The text was updated successfully, but these errors were encountered: