-
Notifications
You must be signed in to change notification settings - Fork 0
Image Processing
Joe Pearson edited this page Apr 16, 2023
·
5 revisions
Images should be close-up, well-lit, cropped, in focus, and sized 320 by 240 in landscape orientation. They should be stored in a folder that identifies the plant species and variant. All commits/contributions should be signed-off so that there is an attestation of provenance and an assurance that the image is being contributed to this effort for the stated purpose.
- Install
[exiftool](https://exiftool.org/)
- Change aspect ratio of images to landscape
- Resize images (cropping if needed) to 320x240 pixels at 72 pixels per inch
- Strip any PII. Example, strip geolocation info by running
exiftool -geotag= *.jpg
Add and commit images:git add .
andgit commit -s -m "Issue-##: Adding images for <plant name here>"
- For now, add to this Box folder in an appropriately-named directory.
Here's Seeed's process for training on image data sets.