Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Feb 19, 2019
1 parent 1db9b71 commit 95fb0a7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Google, Naver multiprocess image crawler


# Arguments
usage: python3 auto_crawler.py [--skip true] [--threads 4] [--google true] [--naver true]
usage:
```
python3 auto_crawler.py [--skip true] [--threads 4] [--google true] [--naver true] [--full false] [--face false]
```

--skip SKIP Skips keyword if downloaded directory already exists. This is needed when re-downloading.

Expand All @@ -27,6 +30,17 @@ usage: python3 auto_crawler.py [--skip true] [--threads 4] [--google true] [--na

--naver NAVER Download from naver.com (boolean)

--full FULL Download full resolution image rather than thumbnails (slow)

--face FACE Face search mode


# Full Resolution Mode

You can download full resolution image of JPG, GIF, PNG files by specifying --full true




# Data Imbalance Detection

Expand Down

0 comments on commit 95fb0a7

Please sign in to comment.