Skip to content
Snippets Groups Projects
Commit 018ef245 authored by mhby1g21's avatar mhby1g21
Browse files

Merge branch 'updating-readme' into 'master'

Updating readme

See merge request !2
parents 734886d3 4f4ac741
No related branches found
No related tags found
1 merge request!2Updating readme
......@@ -73,7 +73,7 @@ c. For edgenet360 (uses WSL):
- MAKE SURE THE COMMAND BELOW ARE RUN IN WSL, from wsl, go up directory then go to /mnt/ to wherever the repo was in to access .yml
```cmd
cd edgenet360
cd edgenet-360
conda env create -f tf2_new_env.yml
```
- Download the weights from [here](https://gitlab.com/UnBVision/edgenet360/-/tree/master/weights?ref_type=heads) and put in edgenet360/weights folder if its not already there
......@@ -84,6 +84,7 @@ d. For 360monodepth (uses Docker):
```cmd
cd 360monodepth
docker build -t 360monodepth .
docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "cd /monodepth/code/python/src; python3 main.py --expname test_experiment --blending_method all --grid_size 8x7"
```
4. Configure paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment