Moving algos to bob.pad.base, refactoring, re-organizing, and renaming them. Fixes issue#17
Merge request reports
Activity
mentioned in issue #17 (closed)
Since algorithms have been renamed, here is a new name mapping:
-
bob.pad.face.algorithm.VideoCascadeSvmPadAlgorithm
is nowbob.pad.base.algorithm.SVMCascadePCA
-
bob.pad.face.algorithm.VideoGmmPadAlgorithm
is nowbob.pad.base.algorithm.OneClassGMM
-
bob.pad.face.algorithm.VideoLRPadAlgorithm
is nowbob.pad.base.algorithm.LogRegr
-
bob.pad.face.algorithm.VideoSvmPadAlgorithm
is nowbob.pad.base.algorithm.SVM
If you use these algorithms outside of
bob.pad.face
package, please rename them accordingly.-
added 1 commit
- 37066fa0 - removing console scripts entry point, since there are no scripts
added 1 commit
- af79d437 - removing console scripts entry point, since there are no scripts
Besides refactoring, I have fixed this package's conda recipe. The tests are failing because
bob.ip.dlib
andbob.ip.facelandmarks
packages are not yet moved to the new conda build.Besides these packages, everything else is more less fine, so I would suggest to merge this request into master.
Edited by Pavel KORSHUNOVThank you, Tiago. The rest: @amohammadi, @onikisins, @heusch, take a look as it directly concerns you. If no objections, I will merge it in an hour.
@pkorshunov, looks OK to me. Thanks for the contribution!
mentioned in commit 2612a3e6
mentioned in issue #5 (closed)