CSPN icon indicating copy to clipboard operation
CSPN copied to clipboard

Convolutional Spatial Propagation Network

Results 27 CSPN issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your contributions, as we have made our own branch to train it in Kitti ([# 25 pull request](https://github.com/XinJCheng/CSPN/pull/25)) and after one week training, we got the following...

Thanks for your share of code. You really did an amazing job. I wonder if you have a plan to pulish the code just for depth estimation proposed in your...

Hello author, is the code for stereo matching open source? Not found in the uploaded code

Thanks for sharing this codebase. Do you plan to release the code of CSPN++? Best,

Hi, i'm very interested in your excellent work, but confused on the affinity matrix.... At the code https://github.com/XinJCheng/CSPN/blob/b3e487bdcdcd8a63333656e69b3268698e543181/cspn_pytorch/models/torch_resnet_cspn_nyu.py#L372 `guidance = self.gud_up_proj_layer6(x)` ``` class Simple_Gudi_UpConv_Block_Last_Layer(nn.Module): def __init__(self, in_channels, out_channels, oheight=0, owidth=0):...

Hello author, how should I use my own data to make training set and test set?

Hello, could you please provide the csv file of Kitti dataset?