Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bob.io.stream
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
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
Show more breadcrumbs
bob
bob.io.stream
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
5
h5py
master
default
protected
metadata_refactoring
pipeline_implementation
stream_evolution
Tags
2
v1.0.1
v1.0.0
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Dec
20
7
Apr
5
4
1
22
Mar
17
16
15
14
14
Dec
26
Nov
25
18
3
13
Oct
5
28
Sep
27
10
21
Jul
24
Jun
26
Mar
10
Feb
3
29
Jan
28
27
26
25
22
12
Oct
9
8
6
25
Sep
24
20
19
17
15
14
8
7
2
1
31
Aug
30
21
19
7
3
31
Jul
30
27
21
20
14
9
Apr
8
7
31
Mar
30
27
26
25
24
12
28
Jan
22
21
20
17
7
16
Dec
12
3
Oct
2
18
Sep
12
6
5
4
30
Aug
28
27
Bugfixes: gettings timestamps attributes, numpy.float deprectated and some bugs due to legacy bob.io.base.HDF5File code
h5py
h5py
Bugfix: index list missed the last element when the stop index was equal to the array size
Remove bob.io.image dependency, now part of bob.io.base
remove bob.io.base.HDF5File
Add explicit imageio dependency
metadata_refact…
metadata_refactoring
Also wrap bob.io.image.bob_to_opencvbgr
Wrap around bob.io.image utils methods in bob.io.stream utils, to centralize its usage and make it easier to remove later
Bugfix: values of type Enum are now reconstructed with type Enum
Bugfix: index list missed the last element when the stop index was equal to the array size
text refactoring
Bugfix: setting streamfile source now closes previous hdf5 file and re-reads metadata only if they are defined
Bugfix: don't modify index if it is None in metadata method of the view filter
Define cache members in __init__, don't call reset in __init__
View and adjust filters can return their metadata object with the metadata method
Bugfix: MetaDataInfo add_metadatum method now adds the metadatum with the correct name
Write Enum values as their name, not Enum python type
Remove deprecated configs
Implement an automatic metadata heritage functionality for StreamFilters
Implements no_write and must_write for metadata writing
Implement few utility methods for metadata classes.
Use imageio instead of opencv to load images
Refactor metadata_info into a class
MetaData getitem now returns the metadatum value.
Update examples in README.rst
[DOC] Small text changes
Update documentation after metadata implementation
bugfix: add h5py dependency at run-time too
Add h5py dependency
Implements metadata handling for bob.io.stream.Stream and bob.io.stream.StreamFile
Rename test.py to test_streams.py so it is picked up by pytest
master
master
Add example of refactoring bob.io.stream and bob.ip.stereo stream filters as transformers for bob.pipelines
pipeline_implem…
pipeline_implementation
[DOC] Remove document header in readme.rst so bob.io.stream doesn't appear twice in bob global doc
Merge branch 'fix_init' into 'master'
moved tests performed in __init__ to load()
Increased latest version to 1.0.2b0 [skip ci]
Increased stable version to 1.0.1
v1.0.1
v1.0.1
Merge branch 'yum_requirements' into 'master'
Add mesa-libGL as yum requirement for test phase in CI
[conda] use pip to install the package [skip ci]
Merge branch 'timestamps_writing' into 'master'
Loading