From 8b6b7ee2795e0cb05ba9808f35f3a0d3afe7b981 Mon Sep 17 00:00:00 2001 From: Lihe Yang Date: Wed, 31 Jan 2024 19:50:30 +0800 Subject: [PATCH] Update README.md --- semseg/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semseg/README.md b/semseg/README.md index 31b58c5..52b27b1 100644 --- a/semseg/README.md +++ b/semseg/README.md @@ -46,8 +46,8 @@ Please refer to [MMSegmentation](https://github.com/open-mmlab/mmsegmentation/bl After installation: - move our [config/depth_anything](./config/depth_anything/) to mmseg's [config](https://github.com/open-mmlab/mmsegmentation/tree/main/configs) - move our [dinov2.py](./dinov2.py) to mmseg's [backbones](https://github.com/open-mmlab/mmsegmentation/tree/main/mmseg/models/backbones) -- add DINOv2 in mmseg's [models/backbones/__init__.py](https://github.com/open-mmlab/mmsegmentation/blob/main/mmseg/models/backbones/__init__.py) - +- add DINOv2 in mmseg's [models/backbones/\_\_init\_\_.py](https://github.com/open-mmlab/mmsegmentation/blob/main/mmseg/models/backbones/__init__.py) +- download our provided [torchhub](https://github.com/LiheYoung/Depth-Anything/tree/main/torchhub) directory and put it at the root of your working directory For training or inference with our pre-trained models, please refer to MMSegmentation [instructions](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/4_train_test.md).