Releases: mantasu/face-crop-plus
Releases · mantasu/face-crop-plus
v1.1.0
Changelog
Bugs
- Fixed undefined behavior when landmarks are provided in advance but not for all the image files. Now only those image files will be processed for which the landmarks are specified.
- Fixed undeclared
paddings
variable when landmarks are provided in advance.paddings
are now set toNone
indicating images are unpadded. - Fixed garbage outputs when
Cropper
is instantiated multiple times. - Fixed documentation typos. I realized that neckless means a being without a neck, not a necklace. Big brane.
Behavior
- Changed default
padding
toconstant
(to avoid heads coming out of heads) - Changed default
enh_threshold
toNone
(to avoid unnecessarily wasting time on enhancement)
Features
- Added
desc
argument inprocess_dir
which allows to specify the description for the progress bar (useful when calling the function multiple times) or disable it if specified asNone
- Added a utility function
clean_names
to rename file names (with an in-place option) to be cross-os-compatible.
v1.0.3
v1.0.2
v1.0.1
Initial Release
Release Notes
The initial release of Face Crop Plus package. More information about it:
Note: this release also includes .pth weight files that will be automatically downloaded while using the package.