Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Support arbitrary data bits #69

Open
dbericat opened this issue Feb 15, 2022 · 0 comments
Open

Support arbitrary data bits #69

dbericat opened this issue Feb 15, 2022 · 0 comments

Comments

@dbericat
Copy link
Member

dbericat commented Feb 15, 2022

Is your feature request related to a problem? Please describe.

  • Buffers are not floating point buffers (integers or less than integers 8-4-4 or even 4-2-2)
  • Limitations in how data flows around in GStreamer (video format, can’t pass floating points numbers, no point in transforming before inference)
  • Transforms -> inference -> transforms flow can’t be done. Hast to be done as G streamer data types.

Describe the solution you'd like

  • Goal: Read into CUDA tensors
  • DS fix: parameters on inference that handles offset

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

  • Need use cases: current models from KCL had 1 channel input. Had to retrain to have 3 channels
    • Select from 2-3 # of channels down to 1
  • How do we insert pre-transforms
    • Can’t do it in a separate component.
    • Enhance DS inference server
@dbericat dbericat changed the title Supporting arbitrary data bits Support arbitrary data bits Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant