-
I actually miss the overview we had in the old airlab. This was helpful to see which clone is conjugated to which metal.
There I was always sure not to have accidentially two antibodies with the same…
-
Thank you for providing the code. I have successfully trained the model from scratch using the public dataset you shared. The training process seemed to be successful; I've monitored the loss decrease…
-
Dear Developer,
Thank you very much for developing this code.
I would like to try a registration of two CTs (3D dicom format).
I need a guide how to handle the data format.
It would be very he…
-
-
Its actually not an issue, rather I have a question.
I'm trying to use BsplineTransformation for Random Elastic Deformation.
For the same, I would like to set custom parameters for the BSpline tran…
-
-
I have LIO-SAM working with Velodyne 16 on [my fork](https://github.com/VineetTambe/LIO-SAM/tree/ros2-velodyne).
I had to modify the way the "ring" parameter was updated as it was not available in th…
-
Im trying to get a point warped in moving image. something goes wrong. someone give me a hand? thx!
![image](https://user-images.githubusercontent.com/19179730/62405841-5168e080-b5d5-11e9-983e-fa33f…
-
Hi! I'm studying the source code. I find the method
```py
def bspline_kernel_3d(sigma=[1, 1, 1], order=2, asTensor=False, dtype=th.float32, device='cpu'):
kernel_ones = th.ones(1, 1, *sigma)
…
-