Pratik Samant

Results 9 issues of Pratik Samant

Sorry if this is an extremely simple question but I am far from a docker expert. I am able to get pymesh working I think as typing `sudo docker run...

I have a set of points in 3D and I want to generate a 3D convex hull around this set (the ultimate goal is to perform 3d polygon mesh boolean...

I am able to import the alexnet ONNX file with the code ``` using Flux, ONNX cd("/home/pratiksamant/JuliaCodes/AlexNEt/bvlc_alexnet") ONNX.load_model("model.onnx") weights=ONNX.load_weights("weights.bson") weights ``` The weights load just fine with no issues. However...

I am looking to create a BED/EQD2 calculator where the user can specify the structure name they are interested in, as well as an alpha beta ratio, and the software...

I am trying to find the 3D centroid of an isodose given an rtdose file. So what I have done for this is loop over all the planeZs, extracted the...

I noticed that the y coordinate in eclipse (the axial position along the patient) corresponds to the z coordinate in dicompyler core. Do I have this right? if so then...

Is there an easy way to get the dose grid in x or y? the GetDoseGrid command only works in the z axis but in my specific application I am...

enhancement

I am trying the first line of the getting started workshop script, but right away I am getting an error. The notebook says "Create one instance of the eclipse scripting...

Apologies if this is too simple a question but I have been struggling to actually install and use Esapi essentials from visual studio. I understand that it can be downloaded...