Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update README.md #9

wants to merge 2 commits into from

Conversation

jwc1
Copy link

@jwc1 jwc1 commented Apr 3, 2018

Hi, I rewrote some parts of the writing. Hope this helps.

README.md Outdated
@@ -25,7 +25,7 @@ python3 person_blocker.py -i images/img3.jpg -c '(128, 128, 128)' -o 'bus' 'truc
```

* `-i/--image`: specifies the image file.
* `-m/--model`: path to the pretrained COCO model weights (default: current directory): if not specified, it will download them automatically to the current directory if not already present (note: the weights are 258 MB!)
* `-m/--model`: path to the pretrained COCO model weights (default: current directory): if not specified, the software will download the paths automatically to the current directory if not present (note: the weights are 258 MB!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if not specified, the software will download the paths automatically to the current directory if not present

This is incorrect – the script doesn't download paths, it downloads a file containing the pretrained COCO model weights.

How about: "If a path is not specified and the file doesn't exist in the current directory, it will be downloaded automatically (note: download size is ~258 MB)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants