Skip to content

Commit

Permalink
Adding a note on image resolutions to preserve ration in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Erignoux committed Jan 15, 2024
1 parent 84c6ecd commit f1a73cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ processed_image_content = content(img)
processed_image_mediapipe_face = face_detector(img)
processed_image_dwpose = dwpose(img)
```

### Image resolution

In order to maintain the image aspect ratio, `detect_resolution`, `image_resolution` and images sizes need to be using multiple of `64`.

0 comments on commit f1a73cd

Please sign in to comment.