Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.video
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.bio.video
Commits
52f4c576
Commit
52f4c576
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Plain Diff
Merge branch 'clapper' into 'master'
Replace clapp by clapper. See merge request
!66
parents
4220abec
bcc52a0e
No related branches found
No related tags found
1 merge request
!66
Replace clapp by clapper.
Pipeline
#73347
passed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
3
Pipelines
46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda/meta.yaml
+2
-2
2 additions, 2 deletions
conda/meta.yaml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
src/bob/bio/video/database/youtube.py
+1
-1
1 addition, 1 deletion
src/bob/bio/video/database/youtube.py
with
4 additions
and
4 deletions
conda/meta.yaml
+
2
−
2
View file @
52f4c576
...
@@ -26,14 +26,14 @@ requirements:
...
@@ -26,14 +26,14 @@ requirements:
-
scikit-learn {{ scikit_learn }}
-
scikit-learn {{ scikit_learn }}
-
imageio {{ imageio }}
-
imageio {{ imageio }}
-
imageio-ffmpeg {{ imageio_ffmpeg }}
-
imageio-ffmpeg {{ imageio_ffmpeg }}
-
clapp
-
clapp
er
-
bob.io.base
-
bob.io.base
-
bob.bio.base
-
bob.bio.base
-
bob.bio.face
-
bob.bio.face
run
:
run
:
-
python
-
python
-
setuptools
-
setuptools
-
clapp
-
clapp
er
-
bob.io.base
-
bob.io.base
-
bob.bio.base
-
bob.bio.base
-
bob.bio.face
-
bob.bio.face
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
52f4c576
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
"numpy"
,
"numpy"
,
"h5py"
,
"h5py"
,
"scikit-learn"
,
"scikit-learn"
,
"clapp"
,
"clapp
er
"
,
"bob.io.base"
,
"bob.io.base"
,
"bob.bio.base"
,
"bob.bio.base"
,
"bob.bio.face"
,
"bob.bio.face"
,
...
...
This diff is collapsed.
Click to expand it.
src/bob/bio/video/database/youtube.py
+
1
−
1
View file @
52f4c576
import
logging
import
logging
import
os
import
os
from
clapp.rc
import
UserDefaults
from
clapp
er
.rc
import
UserDefaults
from
bob.bio.base.database
import
CSVDatabase
from
bob.bio.base.database
import
CSVDatabase
...
...
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