Skip to content

Commit d7e2380

Browse files
committed
Update README.md
1 parent d17c5ea commit d7e2380

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ ____
2323

2424
### 0. Installation
2525

26-
SIMRDWN is built to execute within a docker container on a GPU-enabled machine. The docker command creates an Ubuntu 16.04 image with CUDA 9.0, python 3.6, and tensorflow-gpu version 1.13.1.
26+
SIMRDWN is built to execute within a docker container on a GPU-enabled machine. We use an Ubuntu 16.04 image with CUDA 9.0, python 3.6, and tensorflow-gpu version 1.13.1.
2727

2828
1. Clone this repository (e.g. to _/simrdwn_)
2929

3030
2. Install [nvidia-docker](https://github.com/NVIDIA/nvidia-docker)
3131

32-
3. Build docker file.
32+
3. Build docker file
3333

3434
cd /simrdwn/docker
3535
nvidia-docker build --no-cache -t simrdwn .
3636

3737
4. Spin up the docker container (see the [docker docs](https://docs.docker.com/engine/reference/commandline/run/) for options)
3838

39-
nvidia-docker run -it -v /simrdwn://simrdwn --name simrdwn_container0 simrdwn
39+
nvidia-docker run -it -v /simrdwn:/simrdwn --name simrdwn_container0 simrdwn
4040

41-
5. Coompile the Darknet C program for both YOLT2 and YOLT3.
41+
5. Compile the Darknet C program for both YOLT2 and YOLT3.
4242

4343
cd /simrdwn/yolt2
4444
make
@@ -123,7 +123,7 @@ During the test phase, input images of arbitrary size are processed.
123123

124124

125125
# SSD vehicle search
126-
python /raid/local/src/simrdwn/src/simrdwn.py \
126+
python /simrdwn/src/simrdwn.py \
127127
--framework ssd \
128128
--mode test \
129129
--outname inception_v2_3class_vehicles \
@@ -145,7 +145,7 @@ During the test phase, input images of arbitrary size are processed.
145145

146146
147147
# YOLT vehicle search
148-
python /raid/local/src/simrdwn/core/simrdwn.py \
148+
python /simrdwn/core/simrdwn.py \
149149
--framework yolt \
150150
--mode test \
151151
--outname dense_3class_vehicles \

0 commit comments

Comments
 (0)