chenchr
chenchr
Hello. Thanks for the code. I have a question about the data reader. Is the image distortion is pre-distorted when build the hdf5 file for rgbd-slam dataset ? Thanks.
Hello. Thanks for sharing the code. I have a question about the implementation of ```offset```, in [https://github.com/oeway/pytorch-deform-conv/blob/master/torch_deform_conv/deform_conv.py#L182] the code : ``` offsets = offsets.view(batch_size, -1, 2) ``` the input tensor...
Hello. Thanks for sharing the example. However, I am writing a extension that need many parameters, I think pass the parameters as c struct should be a method to make...
Hello. Thanks for the paper and code. I have done some work about bilateral filter before and I am curious about the torch implementation of ```dpp``` using primitive block. However...
### Summary Hello, I found the cursor in vim mode covers two letters' width, which is misleading.  How can I address that ? Thank. ### Environment - [x] Operating...
Hello. For the kitti depth dataset, can I get the intrinsic parameters of the camera which record the images ? thanks!
Hello. I notice that when doing direct tracking or image align, the image gradient is computed on the distorted image, and the jacobian of distortion model is not included. Does...