CASENet icon indicating copy to clipboard operation
CASENet copied to clipboard

PyTorch implementation of CASENet

Results 2 CASENet issues
Sort by recently updated
recently updated
newest added

https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L118 kernel_sz here should be 1, according to the paper. https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L153 Here is wrong, your method seems like DSN, not CASENet. https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L195 I think you should use: acts = self._fused_class(sliced_cat,...

@milongo What's the performance of your CASENet code on Cityscapes or SBD? Can you share the experimental result or the train model? Tks very much!