Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
3
360monodepth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GDP Project 4
360monodepth
Commits
3a24e329
Commit
3a24e329
authored
2 years ago
by
manurare
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
7460870c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-1
7 additions, 1 deletion
README.md
with
7 additions
and
1 deletion
README.md
+
7
−
1
View file @
3a24e329
...
@@ -34,7 +34,7 @@ Dependencies for python are in ```code/python/requirements.txt```
...
@@ -34,7 +34,7 @@ Dependencies for python are in ```code/python/requirements.txt```
We recommend Docker to run 360MonoDepth to avoid problems with dependencies.
We recommend Docker to run 360MonoDepth to avoid problems with dependencies.
```
```
docker build -t 360monodepth .
docker build -t 360monodepth .
docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth "cd /monodepth/python/src; python main.py --expname test_experiment --blending_method all --grid_size 8x7"
docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth
sh -c
"cd /monodepth/python/src; python
3
main.py --expname test_experiment --blending_method all --grid_size 8x7"
```
```
#### Without Docker
#### Without Docker
...
@@ -64,6 +64,12 @@ python setup.py bdist_wheel
...
@@ -64,6 +64,12 @@ python setup.py bdist_wheel
pip install code/cpp/python/dist/instaOmniDepth-0.1.0-cp38-cp38-linux_x86_64.whl
pip install code/cpp/python/dist/instaOmniDepth-0.1.0-cp38-cp38-linux_x86_64.whl
```
```
*OPTIONAL*
: To add support for BoostingMonocularDepth
```
git submodule update --init
```
And download the required weights as indicated in their
[
README
](
https://github.com/compphoto/BoostingMonocularDepth#setup
)
.
## Running code
## Running code
Always execute this command per new instance of shell.
Always execute this command per new instance of shell.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment