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
  • !51

Resolve "Add a Model class in OTBTF"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Narcon Nicolas requested to merge 29-add-a-model-class-in-otbtf into develop Jul 18, 2022
  • Overview 29
  • Commits 79
  • Pipelines 43
  • Changes 22

Closes #29 (closed)

Closes #18 (closed)

Huge improvements in python API

  • Add a ModelBase class to implement quickly a deep net, that will work out-of-the-box in TensorflowModelServe application. The model inherits from keras model class, and can be used as such. Provides a very intuitive framework to code:
    • model inputs preprocessing (optional)
    • model implementation (mandatory!)
    • mode output post-processing (optional)
  • Harmonize Dataset.dataset and TFRecords classes
    • dataset preprocessing function (optional)
    • dataset splitting (inputs, targets) to be ready to use in keras models
  • Some documentation (in the examples/tenso ‎rflow_v2x/fcnn code comments and README)
    • How to create a deep net from scratch
    • How to train the deep net from patches-images
    • How to train the deep net from TFRecords files
    • How to convert patches-images into TFRecords files
  • The API is tested in the CI using the T&F CRC BOOK data
Edited Jul 27, 2022 by Cresson Remi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 29-add-a-model-class-in-otbtf