Okay. I have search almost the entire paraview discussion forum and could not get the answer. So this is my problem.
We are developing an AI algorithm that could pick out tumor cells from Dicom images and the algorithm is almost ready. Our workflow includes uploading a Dicom image manually to the python environment and uses TensorFlow as the AI framework to train the POI of the Dicom images. Now the time has come for us to include a user interface to our working model so we could absolutely automate this process.
So the main topic for discussion is the following.
-
I have seen that paraview glide could paint the point of interest with its modern tool and it is the best I have seen during my search, but can paraview glide mark the region that the AI algorithm specifies? What I understand from my reading is that paraview is a client based solution, which doesn’t have much interaction with a server as such, so is it possible for any algorithm implementation in ParaView glide?
-
From my reading I have understood that .glide file is the save file that is used for displaying the paraview glide files after marking the point of interest with its tool when it is saved and used at a later time. In that case, can I create my own custom .glide file for displaying my point of interest in the dicom file which I have loaded??
I have many other topics of interest with paraview glide but seems like this thread is becoming quite large. I hope someone could point out if this tool is best suited for me or if my use scenario is a limitation for this tool?