Chaitanya
Chaitanya
Can be done with scale flag during initialization of RigidRegistration class. Set to True by default.
Hi, I have a 3D dataset (4000, 3000, 100) that I'm rendering with fury. The size of the dataset is about 1.2 GB. When I call the actor.slicer function as:...
Is it possible to save the trained nnUNet model (one of them, say 3d_fullres for example) in the `torchscript` format (in a .pt file)? I used the `network` class variable...
Hi, Is it possible to use the gap statistic as is when considering distances based on cosine similarity instead of euclidean L2? Since cosine similarity is high for low euclidean...
I was looking into your repo for creating a TensorRT engine and found this line. https://github.com/asmirnou/watsor/blob/master/watsor/engine.py/#L14 ```TRT_MAIN_VERSION = int(trt.__version__[0])``` If a newer version of TensorRT (say `10.2.0.post1`) is used, `TRT_MAIN_VERSION`...