-
- Downloads
Wrap around bob.io.image utils methods in bob.io.stream utils, to centralize...
Wrap around bob.io.image utils methods in bob.io.stream utils, to centralize its usage and make it easier to remove later
parent
919c693e
No related branches found
No related tags found
Showing
- bob/io/stream/stream_image_filters.py 1 addition, 1 deletionbob/io/stream/stream_image_filters.py
- bob/io/stream/test/test_streams.py 1 addition, 1 deletionbob/io/stream/test/test_streams.py
- bob/io/stream/test/test_utils.py 1 addition, 2 deletionsbob/io/stream/test/test_utils.py
- bob/io/stream/utils.py 15 additions, 0 deletionsbob/io/stream/utils.py
- conda/meta.yaml 1 addition, 3 deletionsconda/meta.yaml
- requirements.txt 1 addition, 2 deletionsrequirements.txt
... | ... | @@ -3,5 +3,4 @@ numpy |
scipy | ||
h5py | ||
# opencv We need opencv, but the opencv package is broken and can't be installed with pip. Install it with conda. | ||
bob.io.base | ||
bob.io.image | ||
bob.io.image | ||
\ No newline at end of file |
Please register or sign in to comment