Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pad.face bob.pad.face
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • 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.pad.facebob.pad.face
  • Issues
  • #17

Closed
Open
Created Feb 13, 2018 by Pavel KORSHUNOV@pkorshunovMaintainer3 of 4 tasks completed3/4 tasks

Algorithms should be generalized to other modalities, refactored, and moved to bob.pad.base

All algorithms here are good but can be used for other purpose than just for video. Also, they rely on a lot of generic functions that a copied across algorithms' implementations.

Therefore, the following actions are necessary:

  • Algorithms should be made generic to accept numpy arrays, not just FrameContainers
  • They should be renamed to reflect this generic purpose
  • The common functionality should be reused instead of all its copies festering the codebase
  • Since algorithms are generic, they should be moved to bob.pad.base, so they can be used by other non-video packages
Edited Feb 15, 2018 by Pavel KORSHUNOV
Assignee
Assign to
Time tracking