Skip to content

Commit

Permalink
added arxiv link, fixed \ in pretraining script
Browse files Browse the repository at this point in the history
  • Loading branch information
giwel committed Nov 6, 2020
1 parent 9df37ba commit ad8221e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STereo TRansformer (STTR)

This is the official repo for our work [Revisiting Stereo Depth Estimation From a Sequence-to-Sequence Perspective with Transformers](TODO) for CVPR 2021 submission.
This is the official repo for our work [Revisiting Stereo Depth Estimation From a Sequence-to-Sequence Perspective with Transformers](https://arxiv.org/abs/2011.02910) for CVPR 2021 submission.

![](media/network_overview.png)

Expand All @@ -14,7 +14,12 @@ Generalization to medical domain when trained only on synthetic data:

If you find our work relevant, please cite
```
TODO
@article{li2020revisiting,
title={Revisiting Stereo Depth Estimation From a Sequence-to-Sequence Perspective with Transformers},
author={Li, Zhaoshuo and Liu, Xingtong and Creighton, Francis X and Taylor, Russell H and Unberath, Mathias},
journal={arXiv preprint arXiv:2011.02910},
year={2020}
}
```

## Table of Content
Expand Down
2 changes: 1 addition & 1 deletion scripts/pretrain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ python main.py --epochs 15\
--batch_size 1\
--checkpoint pretrain\
--pre_train\
--num_workers 2
--num_workers 2\
--dataset sceneflow\
--dataset_directory PATH_TO_SCENEFLOW

0 comments on commit ad8221e

Please sign in to comment.