Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
bb44d5a1
Commit
bb44d5a1
authored
7 years ago
by
Olegs NIKISINS
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelogs of Bob pad.face, ip.qualitymeasure, bio.video and bio.vein
parent
03d3c8d9
No related branches found
No related tags found
2 merge requests
!74
Updated changelogs of Bob pad.face, ip.qualitymeasure, bio.video and bio.vein
,
!73
Updating the changelog for Bob's release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release/changelog_since_last_release.txt
+66
-239
66 additions, 239 deletions
release/changelog_since_last_release.txt
with
66 additions
and
239 deletions
release/changelog_since_last_release.txt
+
66
−
239
View file @
bb44d5a1
...
@@ -171,14 +171,10 @@
...
@@ -171,14 +171,10 @@
- Make the tests less relaxed
- Make the tests less relaxed
* bob.ip.qualitymeasure
* bob.ip.qualitymeasure
* patch
* patch
- added ci config file
* Migrated to conda based CI
- added conda yaml config
* Updates in the README
- updated README
* Removed bootstrap-buildout functionality
- removed ref to bootstrapbuildout
* Added an optional reference image to Galbally IQM extractor
- updated doc conf
- removed docopt requirement
- small fixes
- Added an optional reference image to Galbally IQM
* bob.ip.skincolorfilter
* bob.ip.skincolorfilter
* minor
* minor
* Migrate to conda based CI
* Migrate to conda based CI
...
@@ -447,143 +443,49 @@
...
@@ -447,143 +443,49 @@
* bob.bio.video!20 Docs url fix
* bob.bio.video!20 Docs url fix
* bob.bio.video!19 Python36 & docs fixes
* bob.bio.video!19 Python36 & docs fixes
* bob.bio.video!18 Removed`Algorithm.read_probe`
* bob.bio.video!18 Removed`Algorithm.read_probe`
* patch
* minor
- Add as_array to frame containers
* Add function as_array() to FrameContainer
- Fixed tuple indexing bug in youtube db load function
* Fixed youtube db load function
- Added unit test for the load method of youtube database
* The original_directory and annotation_directory are now a property
- Updated manifest to use jpg files for tests
* Migrated to conda based CI
- Fixed the unit test connecting it with low level db interface]
* Package now added to joint documentation
- Fixed the unit test of youtube load method
* Missing annotations are now handled in the Preprocessor Wrapper
- Make the original_directory and annotation_directory a property
* Updated unit tests addressing missing annotation cases
- move the _db initialization before calling super
* Preprocessor Wrapper now able to return None, allowing --missing-files functionality
- pass kwargs in the base file class
* Added failsafevideo wrapper
* Migrate to conda based CI
* Added Video annotator
- [conda] Added test requirements
- Fixed the index.rst to match joint docs requirements
- Added quality_assessment_function to preprocessor Wrapper
- Fixed the typo
- Addressing missing frame annotations
- Fixed dict.has_key issue for Python 3
- Reverted quality assessment function
- Changed missing annotations conditional check + unit tests
- Moved condition to one line, removed empty dictionary check
- Fixes bob.bio.video#11
- Returning none insted of empty FrCont in preproc Wrapper
- Make missing annotations None instead of empty dict
- Add a failsafevideo wrapper
- use ordered dict
- Add a video annotator
- Finalize video annotators and add docs and tests
- Fix import order
- use six to check for string types
- Account for empty frame containers too
- Account for failed extractor
- remove unused import thanks to my linter and the way I imported it
- mention min_face_size_validator for a possible input
- Validators should handle empty annotations too
- Fix sphinx warning
* bob.bio.vein
* bob.bio.vein
* v1.0.0 (Oct 20, 2017 13:29)
* v1.0.0 (Oct 20, 2017 13:29)
* Initial release
* Initial release
- Add bob.db.fv3d requirement
* Added bob.db.fv3d
- Minor fix to logging setup
* Updated sample viewing script
- Implement no-cropping option
* Added blame script
- Improve sample viewing script
* Re-estructured Preprocessor to simplify experimentation and configuration
- Add blame script
* Unit tests for 3D fingervein database
- Implement empty annotations() method to satisfy bob.bio.base
* Fixes to Maximum Curvature implementation; Improved references & documentation
- Add support for 3D Fingervein Database
* Speeds-up the evaluation of vein probabilities
- Re-estructured Preprocessor to simplify experimentation and configuration
* Updated functionality: If sample does not have ROI, then returns only image
- Add matlab reference generation and readme
* Updated documentation: on grid resources and explanation on how to run
- Remove trailing spaces
* Added optional pre-cropping stage on preprocessor
- Improve comments
* Implemented normalized-cross-correlation algorithm
- Add test for 3D fingervein database
* Added MLP trainer for watershed masker
- More preprocessor changes
* Added watershed mask detector
- Use scipy directly where possible
* Functionality allowing to view sample using a database name
- Fixes to Maximum Curvature implementation; Improved references & documentation
* Added Miura-match with rotation support
- Update manifest
* Support for view mode w/o extracted veins
- Speeds-up the evaluation of vein probabilities
* Added watershed preprocessing debug-aid script
- Missing import
* Added High Level Database Interface for putvein database
- Avoid warnings
* Added the doc and tests and config for the putvein database
- Ensures input image has dtype==float64 before anything else
* HammingDistance class plus test
- Fix loading of fv3d fingers
* Update documentation on baseline results for rlt, mc, and wld
- Use 'crop' instead of 'cropper'
* Remove Oleg's implementation of rotation-invariant matching
- Improve inheritance; Fix FixedMask implementation
- If sample does not have roi, then returns only image
- Add grid resources and explanation on how to run
- Implement optional pre-cropping stage on preprocessor
- Test cropping with annotated images
- Use cropped images on next stages
- More tests for preprocessor specific stages
- Reflected changes from copper->crop renaming
- Don't need to do poly_to_mask() anymore
- Improve comments on TomesLeeMask
- Use padder by default on stock configurations
- Fix missing transposition on port
- Implemented normalized-cross-correlation algorithm
- Remove ipdb break point
- Fix doc error
- Add mlp trainer for watershed masker
- Add mlp trainer for watershed masker
- Add watershed mask detector
- Remove useless mask(); Update comments
- Fix score splitting
- Fix indentation
- Allow to view sample using a database name
- Fixes to marker detector
- Add ON's miura-match with rotation support
- Load only what is annotated (allow flexibility)
- Support view mode w/o extracted veins
- Add watershed preprocessing debug-aid script
- Printout metrics as they are evaluated
- Allow separate thresholds for foreground and background markers; Allow external…
- Use simpler validation
- Add script to help debugging watershedding
- Fix spelling
- Add watershedding link
- Simplify baseline, Add watershed NN training
- Fix link
- Update comment
- Set better defaults and use them on stock configuration
- Added the HLDI for the putvein database
- Added the HLDI for the putvein database
- Update documentation to include 3D-fingervein pointers
- Fix installation directives
- Remove database interfaces from runtime
- Added the HLDI for the putvein database
- Added the doc and tests and config for the putvein database
- Fixed the HLDI of the putvein db - conversion of group names
- Added bob.ip.color to requirements.txt
- Fix loading of binarised images
- Option to save figures discretely
- Include databases on bulidout configurations
- Fix Hamming Distance module
- Make HammingDistance class plus add test
- Improve documentation in HammingDistance class
- Update baseline results for rlt, mc, and wld
- Remove Oleg's implementation of rotation-invariant matching (before release,…
- Update README links [ci skip]
- Complete design and doc of HammingDistance
- Add missing dev packages
- Reset preliminary version to 1.0.0a0
- update the table for verafinger/nom.
- Minor typo fix [ci skip]
* v1.0.1 (Oct 20, 2017 16:04)
* v1.0.1 (Oct 20, 2017 16:04)
* Update `MANIFEST.in` to include necessary package files
* Update `MANIFEST.in` to include necessary package files
- Update MANIFEST to include essential files
* patch
* patch
- updated the whole table. The numbers are very different for the new algorithms.
* Ported to new CI
- Port to new CI (closes bob.bio.vein#16)
* Updated utfvp interface
- Try a fix for the scikit image dep
* Fixed the index.rst to match joint docs requirements
- Try another fix for the scikit image dep
* Adaptations to allow vulnerability analysis
- Update utfvp interface
- Remove uncited ref
- Remove uncited ref
- Removes more uncited references
- Enable compilation of docs w/o latex
- Adds bob.bio.vein sphinx ref
- Fixed the index.rst to match joint docs requirements
- Adaptations to allow vulnerability analysis
- Catch-up with changes to verafinger
* bob.db.voxforge
* bob.db.voxforge
* v2.2.0 (Sep 24, 2017 11:39)
* v2.2.0 (Sep 24, 2017 11:39)
* patch
* patch
...
@@ -641,106 +543,31 @@
...
@@ -641,106 +543,31 @@
- Fixed convert_frame_cont_to_array addressing missing annotations
- Fixed convert_frame_cont_to_array addressing missing annotations
- Add a predictions algorithm useful for deeplearning
- Add a predictions algorithm useful for deeplearning
* bob.pad.face
* bob.pad.face
* patch
* major
- Added MIFS database
* Added High Level Database Interface (HLDI) for MIFS database
- bugfix: array indices fixed
* Annotations are added for MIFS database
- Added face bounding boxes to tree and cleaned database path
* Added a VideoSparseCoding preprocessor
- Updated documentation
* Updated the documentation on anomaly detection-based PAD using Aggregated Db
- documentation fix
* Local face detection option was added to VideoFaceCrop class, using dlib and mtcnn
- documentation fix
* Unit tests for the classes used in IQM-GMM pad algorithm
- Fixed documentation
* Added landmark detection utils
- bugfix: array indices fixed
* Algorithms/classifiers are adapted to other non-face modalities
- documentation fix
* New protocol for Aggregated Database: grandtest-train-eval
- documentation fix
* New protocol for Aggregated Database: grandtest-mobio
- Updated documentation
* Frame Selector is now acceptable in HLDIs of all databases
- Added face bounding boxes to tree and cleaned database path
* Removed bootstrap-buildout.py functionality
- Fixed documentation
* Added A base PAD file class
- Cleaning
* New protocol for Aggregated Database: grandtest-train-eval-<num_train_samples>
- Merge
* bob.extension.rc used in HLDIs
- Fixed merge errors
* Migrated to conda-based CI
- Updated documentation
* ALL algorithms are moved to bob.pad.base package
- Updated documentation
* Fixed algorithms documentation links, pointing to bob.pad.base now.
- Updated the MANIFEST.in to make annotations available for MIFS db
* The documentation of the package now linked to joint documentation properly.
- Added entry point for VideoSparseCoding preprocessor amd initial version of…
* Refactoring: duplicated database configs are removed
- Addded conversion of sparse codes to Frame Container
* Refactoring: removed VideoQualityMeasure, replaced with Wrapper class
- Added sparse encoding part to VideoSparseCoding preprocessor
* Refactoring: removed VideoLBPHistogram, replaced with Wrapper class
- Added a part of VideoSparseCoding preprocessor
* Refactoring: removed unused VideoDataLoader
- Moved histogram extraction to preprocessor VideoSparseCoding
* Refactoring: created FaceCropAlign, replaces ImageFaceCrop + VideFaceCrop using Wrapper
- Added entry points for VideoHistOfSparseCodes extractor
- Fixed an indentation issue in the doc of VideoSparseCoding
- Updated the main doc on anomaly detection PAD for Aggregated Db, some doc for…
- Optimized the VideoSparseCoding for memory useage
- Added the reconstruction error option to VideoSparseCoding preprocessor
- Removed temp stuff from setup.py, cleaning of sporse coding algorithms
- Fixed the path bug in the video_sparse_coding config file
- Added a local face detection option to the VideoFaceCrop class
- Updated requirements.txt with dlib facedetector
- Added unit tests for classes used in the IQM-GMM pad algorithm
- Fixed the None case in face detection utils
- Fixed no face detected issue in VideoFaceCrop
- Modified the grid config requesting less memory
- Added optional face detectors, also empty files will not be saved in the preprocessor
- Fixes unit tests after update of bob.ip.dlib
- Fixed the unit test to match the latets updates in bob.ip.dlib
- Removed a dependency from bob.ip.mtcnn in face detection utils
- Added facelandmark detection in utilsbob.pad.face!
- unit tests
- test
- Added mtcnn along with dlib.
- Added mtcnn/dlib detectors
- Changed function name + some minor modifications
- adapt svm algorithm to other modalities, like voice
- adapt one class gmm to other modalities
- Added a grandtest-train-eval protocol to the aggregated db
- Added grandtest-mobio protocol to the aggregated db
- Minor typo fix in the doc of Aggregated db
- pep8 formatting done by yapf -ri .
- Accept frame_selector in load methods
- remove bootstrap-buildout.py
- Add a base pad file for all face pad databases
- Use all frames. Improve docs
- The inital version of grandtest-train-eval-<num_train_samples> protocol for Aggregated db
- Fixed the None issue in grandtest-train-eval-<num_train_samples> protocol
- Add frame processing functionality
- MethodType in Python 3 takes 2 arguments only
- Make the original_directory and annotation_directory a property
- db not _db
- Implement frame by frame loading in replay and replay-mobile
- use bob.extension.rc instead of None
* Migrate to conda based CI
- Moved algos to bob.pad.base and renamed them
- updating conda recipe
- removing console scripts entry point, since there are no scripts
- removing console scripts entry point, since there are no scripts
- updating conda recipe
- updating conda recipe
- fixing test_video_face_crop and conda recipe
- Changes in conda recipe according to Anirs comments
- Added mobio db to conda recipe, fixed unit tests
- Print the assertion value
- Fixed the nose tests for VideoFaceCrop
- Fixed the pointer to Algos documentation, now in bob.pad.base
- Changed host/run requirements
- Fixed the index.rst to match joint docs requirements
- Removed duplicating db configs, issue bob.pad.face#18
- Removed VideoQualityMeasure, replaced with Wraper
- removed VideoLBPHistogram, replaced with Wrapper
- Removed unused class VideoDataLoader, closes bob.pad.face#20
- Added alignment option to normalize_image_size_in_grayscale in ImageFaceCrop
- Changed hard-coded constants into face size relative in FaceEyesNorm call
- Moved some class methods to functions, WIP
- Minor modifications in ImageFaceCrop, WIP
- Added initial version of FaceCropAlign, which is refactor of ImageFaceCrop
- Fixed the bug in min_face_size check
- Removed VideFaceCrop and ImageFaceCrop, replaced with FaceCropAlign+Wrapper
- Removed face_detection_utils, updated unit tests
- Added underscore to preproc configs to resolve warning when running baselines
- Removed deleted utils from docs
- Added a FrameSelector to the load() in Aggregated Db HLDI
- Changed the default FrameSelector in preproc configs to select all frames
- Add a low-intensive grid option named small
- Use our common right eye and left eye names instead
- Fix the tests too
* bob.db.oulunpu
* bob.db.oulunpu
* patch
* patch
- Initial commit
- Initial commit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment