-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image collector and filtering module
- Loading branch information
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# AIDRImageFiltering | ||
|
||
# How to run: | ||
|
||
|
||
# Image Crawler Module | ||
Crawl images from json file extracted from twitter. | ||
|
||
## How to run: | ||
```bash | ||
cd AIDRImageFiltering/ | ||
java -classpath /target/image-filtering-0.0.1-SNAPSHOT.jar hbku.qcri.sc.aidr.imagecrawler.ImageCrawler -j sample/150311152434_cyclone_pam-15_20150326_vol-4.json -f sample/images -m p | ||
|
||
Options to run: | ||
-j Json file of the collection | ||
-f Save image to the folder under the name of collection | ||
-m Run in parallel, value is p for parallel running option, it will check the number of processor the machine has and will utilizes 75% of it. | ||
``` | ||
Options to run: | ||
* -j Json file of the collection | ||
* -f Save image to the folder under the name of collection | ||
* -m Run in parallel, value is p for parallel running option, it will check the number of processor the machine has and will utilizes 75% of it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters