Skip to content
Snippets Groups Projects

Fix the FrameIndexes keys in dataloader

Merged
Anjith GEORGErequested to merge
fix_keys into master
2 open threads

Fix the FrameIndexes keys in dataloader;

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
76 76
77 77 file_keys = list(f_h5py.keys())
78 78
79 #removes the 'FrameIndexes' key
80 file_keys=[f for f in file_keys if len(f.split('_'))==2]
  • Amir MOHAMMADI
  • @ageorge look at here to see what has changed bob.bio.video!37 (diffs)

    Edited by Amir MOHAMMADI
  • Anjith GEORGE added 1 commit

    added 1 commit

    Compare with previous version

  • 76 76
    77 77 file_keys = list(f_h5py.keys())
    78 78
    79 #removes the 'FrameIndexes' key
    80 file_keys=[f for f in file_keys if f!='FrameIndexes' ]
  • There is no point merging this as long as the CI is not working.

  • @amohammadi Yes, but you can merge it anyway. At least, I dont have to pick up the branch for the deployment.

  • assigned to @ageorge

  • merged

  • Anjith GEORGE mentioned in commit 7007d842

    mentioned in commit 7007d842

  • Please register or sign in to reply
    Loading