Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PaddleMono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ As initial version, we support the following algoirthms. We are working on more
1. [Monodepth2 (ICCV2019)[1]](configs/monodepthv2/README.md)
2. [MLDA-Net (TIP2021)[2]](configs/mldanet/README.md)
3. [Depth Hints (ICCV2019)[3]](configs/depth_hints/README.md)
4. [BTS[4]](configs/bts/README.md)
4. [BTS[4]](configs/BTS/README.md)

Please click the hyperlink of each algorithm for more detailed explanation.

Expand Down
2 changes: 1 addition & 1 deletion PaddleMono/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PaddleMono是一款基于 PaddlePaddle 的单目深度估计工具箱,是 Padd
1. [Monodepth2 (ICCV2019)[1]](configs/monodepthv2/README.md)
2. [MLDA-Net (TIP2021)[2]](configs/mldanet/README.md)
3. [Depth Hints (ICCV2019)[3]](configs/depth_hints/README.md)
4. [BTS[4]](configs/bts/README.md)
4. [BTS[4]](configs/BTS/README.md)

请点击上方的超链接查看每个算法的实现细节

Expand Down
6 changes: 1 addition & 5 deletions PaddleMono/configs/BTS/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# BTS
A paddle implementation of the paper From big to small: Multi-scale local planar guidance for monocular depth estimation
[\[arXiv: Computer Vision and Pattern Recognition\]](https://arxiv.org/abs/1907.10326v5)
A paddle implementation of the paper [From big to small: Multi-scale local planar guidance for monocular depth estimation](https://arxiv.org/abs/1907.10326v5)


## Abstract
A supervised monocular depth estimation network. BTS propose a network architecture that utilizes novel local planar guidance layers located at multiple stages in the decoding phase.

## Training
The code for ***BTS*** builds upon [BTS](configs/BTS/README.md).

[comment]: <> (<!-- **KITTI Datasets Pretraining**)

[comment]: <> (Run the script `./configs/bts/bts.sh` to pre-train on KITTI datsets. Please update `--data_path` in the bash file as your training data path.)
Expand Down