Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.video bob.bio.video
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.bio.videobob.bio.video
  • Issues
  • #14
Closed
Open
Issue created Nov 09, 2018 by Amir MOHAMMADI@amohammadiOwner

Frame Containers lose their order when they are saved into an hdf5 file

For example I have a frame container going from 1 to 150 frames but when loaded back the frames are string sorted:

In [3]: fc = bob.bio.video.FrameContainer(bob.io.base.HDF5File(path))         
                                                                              
In [5]: for i, v, q in fc:                                                    
   ...:     print(i)                                                          
0                                                                             
1                                                                             
10                                                                            
100                                                                           
101                                                                           
102                                                                           
103                                                                           
104                                                                           
105                                                                           
106                                                                           
Edited Nov 09, 2018 by Amir MOHAMMADI
Assignee
Assign to
Time tracking