Skip to content

Commit aa93f62

Browse files
committed
main
1 parent de5e162 commit aa93f62

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TreeFilter-Torch
22
This project provides a cuda implementation for "[Learnable Tree Filter for Structure-preserving
3-
Feature Transform](https://megvii-my.sharepoint.cn/:b:/g/personal/songlin_megvii_com/EfbrITIdvqBCu-SaW9gZOHQBFIkcIisB6-FyO9SzzrZyPQ?e=YI06YP)" on PyTorch. Multiple semantic segmentation experiments are reproduced to verify the effectiveness of tree filtering module on PASCAL VOC2012 and Cityscapes. For the reason that the experiments in the paper were conducted using internal framework, this project reimplements them on PyTorch and reports detailed comparisons below. In addition, many thanks to [TorchSeg](https://github.com/ycszen/TorchSeg).
3+
Feature Transform](https://arxiv.org/pdf/1909.12513.pdf)" on PyTorch. Multiple semantic segmentation experiments are reproduced to verify the effectiveness of tree filtering module on PASCAL VOC2012 and Cityscapes. For the reason that the experiments in the paper were conducted using internal framework, this project reimplements them on PyTorch and reports detailed comparisons below. In addition, many thanks to [TorchSeg](https://github.com/ycszen/TorchSeg).
44

55
![introduce image](demo/introduce.png)
66

@@ -74,16 +74,23 @@ For detailed usage, please refer to the [Training](https://github.com/ycszen/Tor
7474
Please cite the learnable tree filter in your publications if it helps your research.
7575

7676
```
77-
The pre-printed version has been submitted to Arxiv and is awaiting public.
77+
@misc{song2019learnable,
78+
title={Learnable Tree Filter for Structure-preserving Feature Transform},
79+
author={Lin Song and Yanwei Li and Zeming Li and Gang Yu and Hongbin Sun and Jian Sun and Nanning Zheng},
80+
year={2019},
81+
eprint={1909.12513},
82+
archivePrefix={arXiv},
83+
primaryClass={cs.CV}
84+
}
7885
```
7986

8087
Please cite this project in your publications if it helps your research.
8188
```
8289
@misc{treefilter-torch,
83-
author = {Song, Lin},
84-
title = {TreeFiler-Torch},
85-
howpublished = {\url{https://github.com/StevenGrove/TreeFilter-Torch}},
86-
year = {2019}
90+
author = {Song, Lin},
91+
title = {TreeFiler-Torch},
92+
howpublished = {\url{https://github.com/StevenGrove/TreeFilter-Torch}},
93+
year ={2019}
8794
}
8895
```
8996

0 commit comments

Comments
 (0)