Huaqi (Harvey) Qiu

Results 5 comments of Huaqi (Harvey) Qiu

Still can't be reached :-(

How to make sure all torchsample dependancies are installed? I had to manually pip install every missing dependancy complained by the import call.

Just adding some details to @cherise215's answer to explain this implementation: - `n`-th order B-spline function can be computed by recursive convolution with `0`-th order B-spline function `n` times: ![image](https://user-images.githubusercontent.com/17068099/84306878-ffc5a680-ab53-11ea-8a16-066ca0e68e41.png)...

A small problem in my opinon is that the transformation model in this implementation doesn't seem to allow flexible combinations of kernel size and control point spacing (`stride=sigma` in transposed...

Not 100% sure that I understand you. Are you trying to use B-Spline transformation to generate random elastic deformation? If so, you can use the B-spline kernel transformation module. Filling...