Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.learn.tensorflow bob.learn.tensorflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.learn.tensorflowbob.learn.tensorflow
  • Merge requests
  • !30

Hdf5 loading

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tiago de Freitas Pereira requested to merge hdf5-loading into master Nov 01, 2017
  • Overview 10
  • Commits 4
  • Pipelines 2
  • Changes 5

Hi,

This MR allows the usage of bob.io.base.load for the batching using hdf5 files in the Bob format. For that I introduced this function from_file_name_to_tensor.

The implementation is not super clean; I had to introduce the a keyword argument called extension in the batching functions (https://gitlab.idiap.ch/bob/bob.learn.tensorflow/blob/3dcbd6afec902432152c17142dbd55ac0ca13f41/bob/learn/tensorflow/dataset/image.py#L10); but so far the thing does the job nicelly.

Mind to review that one ?

Edited Nov 02, 2017 by Amir MOHAMMADI
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hdf5-loading