Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikmckenz committed Nov 4, 2022
1 parent 0b18484 commit bfac2a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# img_ai_prep
More intelligently crop photos for ingestion to ML models.
Supports two major workflows that will be useful to produce higher quality images:
Image-based machine learning models often require square images of uniform size.
Existing code to process images for ingestion into ML models often use naively cropped images to save on computation costs,
but what about in data-constrained environments such as fine-tuning?
This library helps you to more intelligently crop photos for ingestion to your ML models, to improve data efficiency.
It supports two major workflows that will be useful to produce higher quality images:

### resize_center_crop
1. Resize the image with the shortest side matching the desired end size
Expand Down

0 comments on commit bfac2a0

Please sign in to comment.