Replies: 1 comment
-
Hi @soumen02, If you only need the inference part, there are many changes to be made if you want to remove the datastore, REST API, etc. Hope this helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have a radiology app that I would like to package into an application that I can run using command-line (with --input and --output arguments or something similar). Is there a streamlined way to do this? I don’t wish to start server or use the default monailabel datastore.
One way I am doing this right now is using the main.py under radiology, but this includes other functions like training, scoring etc. So I’m searching for a way to only have inference using a pre-trained model - maybe something similar to the TotalSegmentator App that we can install using pip.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions