-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1, switched the location of width and height in line 35 because the first dimension in img.shape should be row(height). Also changed their order in dlib.resize_image(), line 41. This do not affect the result, just for clarity. 2, removed redundant line: new_width, new_height = 628, int( 628 * old_height / old_width)
- Loading branch information
1 parent
e8db9ab
commit 64d012b
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters