Skip to content

Commit

Permalink
readme: Slightly adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojob committed Sep 26, 2024
1 parent 892b059 commit 89a98c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/desktop/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"remoteUser": "asl",
"initializeCommand": ".devcontainer/devcontainer-optional-mounts.sh",
"postStartCommand": "pip3 install -e .",
"postStartCommand": "/bin/bash",
"mounts": [
{
"source": "${localEnv:HOME}/.bash-git-prompt",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

### metric_depth_network
Contains the metric network based on [Depth Anything V2](https://github.com/DepthAnything/Depth-Anything-V2). All important code diffs compared to this upstream codebase are outlined generally.
Contains the metric network based on [Depth Anything V2](https://github.com/DepthAnything/Depth-Anything-V2). All important code diffs compared to this upstream codebase are outlined in general.

## Unittests
## Unit tests
Unittests can be run either using `python3 -m unittest` or the CI script `ci/pr_unittest.bash`.

0 comments on commit 89a98c3

Please sign in to comment.