Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 996 Bytes

Image retrieval

Requirements

  • [Node.js]
  • [NPM]

How to install the project?
Just run npm install

How to run the project?
Just run npm start (by default, running this command delete the content of the outputData folder)

Where do i have to put the file from search activity project)?
In the data folder

Where can I change my parameters?
In the root folder, in the file generalConfig.json

{
  "wantedNumberOfImagesPerActivity": 2500, //Fix the maximum number per activity
  "batchSizeImageDownloading": 10 //How many image are dowloaded in the same batch?
}

Where can I find the results?
In the folder outputData. More precisely, in the folders named using activity labels The images are named using the format [activityName]_[id].[extension]

How do i delete all downloaded images?
Just run node -r esm src/reset.js