Docs: Fix test command.
This commit is contained in:
parent
1a96439f34
commit
2cdf309cad
|
@ -38,7 +38,7 @@ host and the Docker container.
|
|||
docker pull bamos/openface
|
||||
docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash
|
||||
cd /root/src/openface
|
||||
nosetests-2.7 -v -d test.py
|
||||
./run-tests.sh
|
||||
./demos/compare.py images/examples/{lennon*,clapton*}
|
||||
./demos/classifier.py infer models/openface/celeb-classifier.nn4.v2.pkl ./images/examples/carell.jpg
|
||||
./demos/web/start-servers.sh
|
||||
|
|
Loading…
Reference in New Issue