Skip to content

Commit

Permalink
fix requirements.txt, README.md(resolution -> resize)
Browse files Browse the repository at this point in the history
add .gitignore
  • Loading branch information
kimdwkimdw committed May 15, 2018
1 parent edb686c commit 35cbdec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ ENV/
*.npy
timeline*.json

# project customs
tmp
models/graph/cmu*/*.pb
models/trained/*/checkpoint
Expand All @@ -114,3 +115,6 @@ models/trained/*/model-*.index
models/trained/*/model-*.meta
models/pretrained/resnet_v2_101/eval.graph
models/pretrained/resnet_v2_101/train.graph
src/pafprocess/pafprocess.py
src/pafprocess/pafprocess_wrap.cpp
src/pafprocess/pafprocess_wrap.cxx
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $ bash download.sh
You can test the inference feature with a single image.

```
$ python3 run.py --model=mobilenet_thin --resolution=432x368 --image=...
$ python3 run.py --model=mobilenet_thin --resize=432x368 --image=../images/p1.jpg
```

The image flag MUST be relative to the src folder with no "~", i.e:
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
argparse
matplotlib
scipy
skimage
scikit-image
tqdm
requests
fire
dill
git+https://github.com/ppwwyyxx/tensorpack.git
slidingwindow
slidingwindow
psutil

0 comments on commit 35cbdec

Please sign in to comment.