Releases: Giskard-AI/giskard-vision
Releases · Giskard-AI/giskard-vision
v1.0.0
What's Changed
- Refactoring by @rabah-khalek in #35
- Refactoring with meta wrapper by @rabah-khalek in #36
- Refactor 300w_lp dataset to add metadata and more tensorflow datasets by @Inokinoki in #38
- Image classification metrics by @rabah-khalek in #42
- Add demo image classification models and datasets by @Inokinoki in #41
- Scan from metadata refinement by @rabah-khalek in #45
- Support multiple surrogate functions to select non redundant slices by @bmalezieux in #44
- Scan from metadata by @bmalezieux in #37
- Racoon detection demo by @rabah-khalek in #48
- Scan for object detection by @bmalezieux in #46
- Object detection by @rabah-khalek in #43
- Preview at least 5 images by @Inokinoki in #50
- Test face detection model using face landmark datasets by @Inokinoki in #47
- Adding noise perturbation detector with Gaussian noise by @bmalezieux in #52
- Get basic image metadata from image properties by @Inokinoki in #49
- refactoring detectors by @rabah-khalek in #53
- working on perturbation detectors by @rabah-khalek in #51
- Fix perturbation report by @bmalezieux in #54
- Change model type name for landmark detection by @bmalezieux in #55
- Add readme for image classification and object detection by @Inokinoki in #56
- Renaming classes by @rabah-khalek in #57
Full Changelog: v0.0.5...v1.0.0
v0.0.5
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- [GSK-2569] Detectors structure by @rabah-khalek in #29
- [GSK 2658] Custom scan for images by @bmalezieux in #30
- [GSK-2569, GSK-2585, GSK-2658] Scan for computer vision by @bmalezieux in #27
New Contributors
- @bmalezieux made their first contribution in #30
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- [GSK-2585] Reversed testdiff def by @rabah-khalek in #31
- corrected the nose/mouth typo by @Sakayatsp in #33
- reorganization of notebooks by @rabah-khalek in #32
New Contributors
- @Sakayatsp made their first contribution in #33
Full Changelog: v0.0.1b2...v0.0.1
v0.0.1b2
What's Changed
- [GSK-2310, GSK-2537] Create a dataset300wlp using tensorflow datasets by @Inokinoki in #13
- [GSK-2565] Fixing imports in prod by @rabah-khalek in #24
- [GSK-2566] Added time consumption and FR to the test result by @rabah-khalek in #25
- [GSK-2571] modified behaviour of tests w.r.t. cropped DL by @rabah-khalek in #26
- [GSK-2567] Tests Report by @rabah-khalek in #28
Full Changelog: v0.0.1b1...v0.0.1b2
v0.0.1b1
What's Changed
- Add tools by @Hartorn in #2
- Refactoring of models and tests by @rabah-khalek in #4
- Setting simple CI by @Hartorn in #7
- [GSK-2355, GSK-2349, GSK-2373] DataLoader structure by @Hartorn in #5
- [GSK-2248] TestResult to dict by @rabah-khalek in #9
- Add some basic tests by @Hartorn in #11
- Rework enum by @Hartorn in #8
- [GSK-2247] Add unit tests for nme implementation by @Inokinoki in #6
- Add batch dataloading [GSK-2347] by @pierlj in #10
- Re-organize the batching a bit by @Hartorn in #16
- [GSK-2424] Improve a bit FFHQ structure by @Hartorn in #15
- Feature/gsk 2448 slicing dataloader by @Hartorn in #18
- Add resize transformation [GSK-2245, GSK-2246] by @pierlj in #12
- [GSK-2244] Head Pose Criterion by @rabah-khalek in #22
- [GSK-2243] Ethnicity criterion by @Inokinoki in #21
- Refactoring by @rabah-khalek in #23
- Add landmarks level tests [GSK-2348] by @pierlj in #14
New Contributors
- @Hartorn made their first contribution in #2
- @rabah-khalek made their first contribution in #4
- @Inokinoki made their first contribution in #6
- @pierlj made their first contribution in #10
Full Changelog: v0.0.1-alpha...v0.0.1b1
Support of cropping and padding
- GSK-2214 : Action plan
- GSK-2216 : Performance on partial and entire faces
- GSK-2307 : Add Padding transformation
- GSK-2306 : Cropping via a transformation function passed to the test
- GSK-2305 : New metrics
- GSK-2309 : Support numpy.array data type
- GSK-2308 : ImageOPs with OpenCV
- GSK-2215 : Create a private GH repo for the POC