From 95fb0a75806844a998642f8cd079374ac0d4e472 Mon Sep 17 00:00:00 2001 From: Yoongi Kim <38288705+YoongiKim@users.noreply.github.com> Date: Tue, 19 Feb 2019 18:09:08 +0900 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f6b70..9f25014 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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