Skip to content

Commit f4d880b

Browse files
author
Ruilong Li(李瑞龙)
authored
Update README.md
1 parent 22acc29 commit f4d880b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip install git+https://github.com/Project-Splinter/streamer_pytorch --upgrade
1010
# via git clone
1111
git clone https://github.com/Project-Splinter/streamer_pytorch
1212
cd streamer_pytorch
13-
python setup.py --develop
13+
python setup.py develop
1414
```
1515

1616
## Usage
@@ -31,4 +31,4 @@ python demo.py --camera --vis
3131
- CaptureStreamer(id=0, width=512, height=512, pad=True)
3232
- VideoListStreamer(files, width=512, height=512, pad=True)
3333
- ImageListStreamer(files, width=512, height=512, pad=True)
34-
- aug_matrix(w1, h1, w2, h2, pad=True)
34+
- aug_matrix(w1, h1, w2, h2, pad=True)

0 commit comments

Comments
 (0)