[WARNING]
- This repository is now archived.
- Please check the Kotlin implementation, FlickrDataset.
Simple program for downloading massive images from flickr.
This is a C++ Implementation of flickr-dataset.
- cmake
- curl (libcurl-dev in ubuntu)
- Qt 5+ (qt5-default in ubuntu)
- OpenCV 3.4+
- Download images by keyword from flickr (command:
download
). - View individual images, select images to delete (command:
check
).
Download the program in release.
Copy config.example.ini
file as config.ini
and edit it.
Caution:
- The size should be bigger than or equal to 128, smaller than or equal to 640.
./flickr_dataset download
approx. (END_PAGE - START_PAGE + 1) * 100 images will be downloaded.
./flickr_dataset check
The Qt window will show up,
and images located in ws_{KEYWORD}
will be shown on the window one by one.
There are four buttons available.
- Mark/Unmark: Mark or Unmark image.
- Next: Show next image.
- Prev: Show previous image.
- Stop: Stop, and remove all marked images.