Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.face
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
bob
bob.pad.face
Merge requests
!17
Removed temp stuff from setup.py, cleaning of sparse coding algorithms
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Removed temp stuff from setup.py, cleaning of sparse coding algorithms
dev_branch
into
master
Overview
4
Commits
1
Pipelines
1
Changes
9
Merged
Olegs NIKISINS
requested to merge
dev_branch
into
master
7 years ago
Overview
4
Commits
1
Pipelines
1
Changes
9
Expand
@amohammadi
can you, please, review this, solves most of the issues in the previous MR.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eb9c26f7
1 commit,
7 years ago
9 files
+
14
−
416
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
bob/pad/face/config/extractor/video_hist_of_sparse_codes.py deleted
100644 → 0
+
0
−
16
Options
#!/usr/bin/env python
from
bob.pad.face.extractor
import
VideoHistOfSparseCodes
#=======================================================================================
# Define instances here:
METHOD
=
"
mean
"
extractor_mean
=
VideoHistOfSparseCodes
(
method
=
METHOD
)
METHOD
=
"
hist
"
extractor_hist
=
VideoHistOfSparseCodes
(
method
=
METHOD
)
Loading