Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • otbtf otbtf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.

  • Cresson Remi
  • otbtfotbtf
  • Merge requests
  • !2

otbtf.py

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cresson Remi requested to merge dataset into develop Nov 17, 2020
  • Overview 0
  • Commits 30
  • Pipelines 0
  • Changes 1

Introducing OTBTF python classes.

  • PatchesReaderBase: base abstract class for patches readers. Users/developers can implement their own from it.
  • PatchesImagesReader: a class implementing PatchesReaderBase to access the patches images, as they are produced by the PatchesExtraction application.
  • IteratorBase: base class to iterate on PatchesReaderBase-derived readers.
  • RandomIterator: an iterator implementing IteratorBase designed to randomly access elements.
  • Dataset: generic class to build datasets, consisting essentially of the assembly of a PatchesReaderBase-derived reader, and a IteratorBase-derived iterator. The Dataset handles the gathering of the data using a thread. It can be used as a tf.dataset to feed computational graphs.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dataset