Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiheYoung authored Jan 25, 2024
1 parent d4aa13c commit 8019106
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions metric_depth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ Outdoor: KITTI $\rightarrow$ Virtual KITTI 2 and DIODE Outdoor



## Pre-trained models

We provide two pre-trained models ([download](https://huggingface.co/spaces/LiheYoung/Depth-Anything/tree/main/checkpoints_metric_depth)), one for *indoor* metric depth estimation trained on NYUv2, and the other for *outdoor* metric depth estimation trained on KITTI.
## Pre-trained metric depth estimation models

We provide [two pre-trained models](https://huggingface.co/spaces/LiheYoung/Depth-Anything/tree/main/checkpoints_metric_depth), one for *indoor* metric depth estimation trained on NYUv2, and the other for *outdoor* metric depth estimation trained on KITTI.

## Installation

Expand All @@ -68,6 +67,8 @@ python evaluate.py -m zoedepth --pretrained_resource="local::./checkpoints/depth

## Training

Please first download our Depth Anything pre-trained models [here](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth), and put it under the ``checkpoints`` directory.

```bash
python train_mono.py -m zoedepth -d <nyu | kitti> --pretrained_resource=""
```
Expand All @@ -85,4 +86,4 @@ If you find this project useful, please consider citing:
journal={arXiv:2401.10891},
year={2024},
}
```
```

0 comments on commit 8019106

Please sign in to comment.