You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get basic image metadata from image properties (#49)
* Add utilities to get image metadata
* Add meta auto based on basic meta data of images
* Refactor HF dataset to always have numpy array instead of PIL image
* Refactor HF ppl model to convert numpy array to PIL image
* Allow to set global mode for an HF ppl model for PIL conversion
* Correct height and width in np array
* Add brightness
* Add average color and contrast
* Add entropy
* Fix test due to missing raw HF image in PIL format
* Adapt object detection models with image mode to convert PIL image
* Rewrite `get_meta` to concatenate basic metadata
* Fix import of issues
* Fix name masking in ffhq
* Expand dicts in ffhq face detection
* Should database be integer instead of float?
* Use uint8 for image numpy test data
* Convert and assume RGB uint8 image as input
* Fix cached dataloader counter after calling `get_image` in `get_meta`
* Unify issue groups
* Save images from `get_raw_hf_image` to get image path in HF
* Recover issue meta groups as in `main`
* Clarify the dataloader access time changes
* Use AttributesIssueMeta for basic meta
* Use AttributesIssueMeta for depth basic meta
* Fix format
* Fix the issue group of brightness
---------
Co-authored-by: Rabah Khalek <[email protected]>
0 commit comments