Skip to content

Commit

Permalink
📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jadewang26 authored Dec 5, 2024
1 parent 80149e5 commit 28c4f3b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ pip install -r requirements.txt

## run demo

1. navigate to combined_demo/scripts
```bash
cd combined_demo/scripts
```
2. run the following command, replacing <image-name.jpg> with an image of your choice (ensure that you add it to the input-imgs folder first)
1. run the following command, replacing <image-name.jpg> with an image of your choice (ensure that you add it to the input-imgs folder first)
```bash
./run_demo.sh image-name.jpg
```
Expand All @@ -64,9 +60,7 @@ pip install -r requirements.txt

conda install -c nvidia cuda-python

cd combined_demo/scripts

chmod +x ./run_demo.sh

./run_demo.sh image-name.jpg
```
```

0 comments on commit 28c4f3b

Please sign in to comment.