Skip to content

Commit

Permalink
add video demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxiZeng committed Sep 26, 2024
1 parent 678af27 commit f2ecbc2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@

## News

- **2024.07.06**: ~~The code will be uploaded in a few weeks.~~
- **2024.07.06**: The code will be uploaded in a few weeks.
- **2024.07.17**: The [paper](https://arxiv.org/pdf/2407.11950) and [supplementary materials](./pdf/Temporally_Consistent_Stereo_Matching_supp.pdf) are available now.
- **2024.07.22**: The code is available now. Video demos are coming soon.
- **2024.09.26**: Video demos are available now.

## Pipeline
![pipeline](./img/pipeline.png "pipeline")

## Visualization
<video width="600" controls>
<source src="./video/abandonedfactory_Easy_P002.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video width="600" controls>
<source src="./video/demo_kitti.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>


## Installation

Expand Down Expand Up @@ -84,7 +99,7 @@ bash sceneflow_evaluate.sh
```

```bash
bash submit_kitt.sh
bash submit_kitti.sh
```

## Training
Expand Down Expand Up @@ -116,7 +131,7 @@ If you find our work useful in your research, please consider citing:
@article{zeng2024temporally,
title={Temporally Consistent Stereo Matching},
author={Zeng, Jiaxi and Yao, Chengtang and Wu, Yuwei and Jia, Yunde},
journal={arXiv preprint arXiv:2407.11950},
booktitle={European Conference on Computer Vision (ECCV)},
year={2024}
}
```
Binary file added img/pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added video/abandonedfactory_Easy_P002.mp4
Binary file not shown.
Binary file added video/demo_kitti.mp4
Binary file not shown.

0 comments on commit f2ecbc2

Please sign in to comment.