MykolaL commited on
Commit
942064d
1 Parent(s): 9172e16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # SPIdepth: Strengthened Pose Information for Self-supervised Monocular Depth Estimation
6
+ [Paper](https://arxiv.org/abs/2404.12501)        [Code](https://github.com/Lavreniuk/SPIdepth)
7
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/spidepth-strengthened-pose-information-for/monocular-depth-estimation-on-kitti-eigen)](https://paperswithcode.com/sota/monocular-depth-estimation-on-kitti-eigen?p=spidepth-strengthened-pose-information-for)
8
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/spidepth-strengthened-pose-information-for/monocular-depth-estimation-on-kitti-eigen-1)](https://paperswithcode.com/sota/monocular-depth-estimation-on-kitti-eigen-1?p=spidepth-strengthened-pose-information-for)
9
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/spidepth-strengthened-pose-information-for/unsupervised-monocular-depth-estimation-on)](https://paperswithcode.com/sota/unsupervised-monocular-depth-estimation-on?p=spidepth-strengthened-pose-information-for)
10
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/spidepth-strengthened-pose-information-for/monocular-depth-estimation-on-make3d)](https://paperswithcode.com/sota/monocular-depth-estimation-on-make3d?p=spidepth-strengthened-pose-information-for)
11
+
12
+
13
+ ## Citation
14
+ If you find this project useful for your research, please consider citing:
15
+ ~~~
16
+ @misc{lavreniuk2024spidepthstrengthenedposeinformation,
17
+ title={SPIdepth: Strengthened Pose Information for Self-supervised Monocular Depth Estimation},
18
+ author={Mykola Lavreniuk},
19
+ year={2024},
20
+ eprint={2404.12501},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.CV},
23
+ url={https://arxiv.org/abs/2404.12501},
24
+ }
25
+ ~~~