Skip to content

Releases: mantasu/face-crop-plus

v1.1.0

23 Jun 08:39
Compare
Choose a tag to compare

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 to None 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 to constant (to avoid heads coming out of heads)
  • Changed default enh_threshold to None (to avoid unnecessarily wasting time on enhancement)

Features

  • Added desc argument in process_dir which allows to specify the description for the progress bar (useful when calling the function multiple times) or disable it if specified as None
  • Added a utility function clean_names to rename file names (with an in-place option) to be cross-os-compatible.

v1.0.3

26 Apr 19:23
Compare
Choose a tag to compare

Changelog

  • Corrupted/unreadable images will now be skipped and a warning will be raised instead of an error

v1.0.2

23 Apr 13:54
Compare
Choose a tag to compare

Changelog

  • Updated citation
  • Updated README.md

Note: version 1.0.0 will still be used to download .pth weight files.

v1.0.1

23 Apr 12:50
Compare
Choose a tag to compare

Changelog

  • Updated citation
  • Fixed package publish action

Note: version 1.0.0 will still be used to download .pth weight files.

Initial Release

23 Apr 12:34
Compare
Choose a tag to compare

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.