Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Inference Componet Services to support the new Primary Audio Inference Engine (PAIE) #1319

Open
rjhowell44 opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rjhowell44
Copy link
Collaborator

The following existing services that support PGIE and SGIE will be renamed from

  • dsl_infer_gie_model_engine_file_get
  • dsl_infer_gie_model_engine_file_set
  • dsl_infer_gie_model_update_listener_add
  • dsl_infer_gie_model_update_listener_remove
  • dsl_infer_gie_tensor_meta_settings_get
  • dsl_infer_gie_tensor_meta_settings_set

to the below to support PAIE, PGIE, SGIE

  • dsl_infer_engine_model_engine_file_get
  • dsl_infer_engine_model_engine_file_set
  • dsl_infer_engine_model_update_listener_add
  • dsl_infer_engine_model_update_listener_remove
  • dsl_infer_engine_tensor_meta_settings_get
  • dsl_infer_engine_tensor_meta_settings_set

and the following services will be renamed to indicate they are for Video Inference components only. From

  • dsl_infer_interval_get
  • dsl_infer_interval_set

to

  • dsl_infer_video_interval_get
  • dsl_infer_video_interval_set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant